12 lines
268 B
Text
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
|
|
}
|