This commit is contained in:
committer
2024-05-20 08:33:36 -05:00
parent 8fd0cd860f
commit 183a5855fa

View File

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