From 95aef548a0077ca510aec9a561f378d1bc81f990 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Sat, 19 Dec 2020 13:09:40 +0100 Subject: [PATCH] sway: add rules for scratchpad --- config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config b/config index 0bb1b0b..ad929d5 100644 --- a/config +++ b/config @@ -173,15 +173,13 @@ gaps right 0 # # 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 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 +# 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: #