This commit is contained in:
committer
2024-05-13 12:35:34 -05:00
parent e7d86984dc
commit f1d209c5d8

View File

@@ -163,10 +163,11 @@ mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# resize, using arrow keys
bindsym Left resize shrink width 5 px or 5 ppt # <FK> 10 > 5
bindsym Down resize grow height 5 px or 5 ppt # <FK> 10 > 5
bindsym Up resize shrink height 5 px or 5 ppt # <FK> 10 > 5
bindsym Right resize grow width 5 px or 5 ppt # <FK> 10 > 5
# <FK> 10 > 5
bindsym Left resize shrink width 5 px or 5 ppt
bindsym Down resize grow height 5 px or 5 ppt
bindsym Up resize shrink height 5 px or 5 ppt
bindsym Right resize grow width 5 px or 5 ppt
# back to normal: Enter or Escape or $mod+r
bindsym Return mode "default"