From 37e1948f3868956e80b7fb844795b9631e06c1b9 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Wed, 3 Feb 2021 09:39:59 +0100 Subject: [PATCH] sway: resize scratchpad windows --- config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config b/config index 3a83b5b..65466ef 100644 --- a/config +++ b/config @@ -212,10 +212,9 @@ gaps right 0 # # Move the currently focused window to the scratchpad bindsym $mod+Shift+s mark s; move scratchpad -bindsym $mod+Shift+z mark z; move scratchpad -bindsym $mod+Shift+x mark x; move scratchpad -bindsym $mod+Shift+c mark c; move scratchpad -bindsym $mod+Shift+a resize set width 1200; resize set height 700; move position 0 0 +bindsym $mod+Shift+z mark z; floating enable; resize set width 1100; resize set height 700; move scratchpad +bindsym $mod+Shift+x mark x; floating enable; resize set width 1100; resize set height 700; move scratchpad +bindsym $mod+Shift+c mark c; floating enable; resize set width 1100; resize set height 700; move scratchpad bindsym $mod+s [con_mark="s"] scratchpad show bindsym $mod+z [con_mark="z"] scratchpad show bindsym $mod+x [con_mark="x"] scratchpad show