sway: add rules for scratchpad

This commit is contained in:
Konstantin Koslowski 2020-12-19 13:09:40 +01:00
parent 4dae0c27d5
commit 95aef548a0

10
config
View file

@ -173,15 +173,13 @@ gaps right 0
# #
# Scratchpad: # Scratchpad:
# #
# Sway has a "scratchpad", which is a bag of holding for windows.
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad # Move the currently focused window to the scratchpad
bindsym $mod+Shift+s move scratchpad bindsym $mod+Shift+s move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+s scratchpad show bindsym $mod+s scratchpad show
# special apps
bindsym $mod+z [class="^Rambox"] scratchpad show
bindsym $mod+c [class="^Signal"] scratchpad show
bindsym $mod+x [class="^Ferdi"] scratchpad show
# #
# Resizing containers: # Resizing containers:
# #