.config/sway/modes/scratchpad
1 2 3 4 5 6 7 8 9 10 11 12 |
# # 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+minus move scratchpad, exec "pkill -RTMIN+7 waybar" # If there are multiple scratchpad windows, this command cycles through them. ## Action // Toggle scratchpad ## #$bindsym $mod+minus scratchpad show, exec "pkill -RTMIN+7 waybar" |