dotfiles/de/home/.config/sway/config.d/keys.d/launch
2025-03-14 21:15:06 -07:00

37 lines
791 B
Text

# Launch Stuff
bindsym {
#terminal
$mod+Return exec $term
#launcher
$mod+d exec $menu
#lockscreen
$mod+l exec sp-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
#profile shortcuts
$mod+shift+o exec sp-shortcuts
#global shortcuts
$mod+shift+l exec sp-global-shortcuts
#browser
$mod+shift+b exec sp-launcher browser
$mod+t exec sp-launcher browser-newtab
#file browser
$mod+shift+f exec sp-launcher file_manager
#calculator
$mod+c exec wofi-calc
#sticky notes
$mod+shift+m exec stickynotes
#gocryptfs
$mod+shift+g exec gocryptfs-wofi
}