dotfiles/de/home/.config/sway/config.d/keys.d/launch
Penelope Gwen fe9cb7080e Revert "New backup 2026-01-14 00:14:04"
This reverts commit 96732ddf32.
2026-01-14 17:32:10 -08:00

51 lines
1.5 KiB
Text

# Launch Stuff
bindsym {
#terminal
$mod+Return exec $term
#floating terminal
$mod+Shift+Return exec $HOME/.config/sway/scripts/exec-float $term
#launcher
$mod+d exec $menu
#launcher reload
$mod+Shift+d exec 'kbuildsycoca6;update-menus;$menu'
#lockscreen
# $mod+l exec sp-lock
$mod+l exec sdu lock
#profile manager
# $mod+Shift+p exec sp-profiles
#sway notification center
$mod+Shift+n exec swaync-client -t -sw
#power menu
$mod+Shift+e exec sp-powermenu
#screenshot
$mod+Shift+s exec sp-screenshot
#clipboard
$mod+v exec sp-clipboard
$mod+Shift+v exec copyq show
#desktop widgets
## $mod+w exec eww open --toggle --screen "$(swaymsg -t get_outputs | jq -r '.[]|select(.focused==true).model')" home
$mod+w exec '$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal'
#profile shortcuts
## $mod+shift+o exec sp-shortcuts
# $mod+shift+o exec sdu profile shortcuts get --mode dmenu
#global shortcuts
## $mod+shift+l exec sp-global-shortcuts
# $mod+shift+l exec sdu shortcuts get --mode dmenu
#browser
# $mod+shift+b exec sp-launcher browser
$mod+shift+b exec 'sdu launch --program browser'
# $mod+t exec sp-launcher browser-newtab
$mod+t exec 'sdu launch --program browser-newtab'
#file browser
# $mod+shift+f exec sp-launcher file_manager
$mod+shift+f exec 'sdu launch --program filemanager'
#calculator
$mod+c exec wofi-calc
#sticky notes
$mod+shift+m exec stickynotes
#gocryptfs
$mod+shift+g exec gocryptfs-wofi
#emoji
$mod+e exec "$HOME/.config/sway/scripts/emoji-keyboard.sh"
}