13 lines
438 B
Text
13 lines
438 B
Text
|
|
#
|
||
|
|
# Scratchpad:
|
||
|
|
#
|
||
|
|
# Sway has a "scratchpad", which is a bag of holding for windows.
|
||
|
|
# You can send windows there and get them back later.
|
||
|
|
|
||
|
|
## Action // Move window to scratchpad ##
|
||
|
|
bindsym $mod+Shift+agrave move scratchpad, exec "waybar-signal scratchpad"
|
||
|
|
|
||
|
|
# If there are multiple scratchpad windows, this command cycles through them.
|
||
|
|
## Action // Toggle scratchpad ##
|
||
|
|
bindsym $mod+agrave scratchpad show, exec "waybar-signal scratchpad"
|