dotfiles/de/home/.config/sway/config.d/keys.d/scratchpad
2025-07-16 16:57:07 -07:00

13 lines
361 B
Text

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