dotfiles/de/home/.config/sway/config.d/keys.d/scratchpad
2025-03-14 19:45:07 -07:00

12 lines
268 B
Text

# Scratchpad
bindsym {
#move to scratchpad
$mod+Shift+minus move scratchpad
#cycle scratchpad
$mod+minus scratchpad show
#scratchpad menu
$mod+equal exec '$HOME/.config/sway/scripts/scratchpadmenu.sh'
#sticky
$mod+Shift+equal floating enable, sticky enable
}