This commit is contained in:
committer
2024-05-13 12:31:50 -05:00
parent 2bddd2fab4
commit e7d86984dc

View File

@@ -162,16 +162,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the windows width.
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows height.
bindsym j resize shrink width 5 px or 5 ppt # <FK> 10 > 5
bindsym k resize grow height 5 px or 5 ppt # <FK> 10 > 5
bindsym l resize shrink height 5 px or 5 ppt # <FK> 10 > 5
bindsym semicolon resize grow width 5 px or 5 ppt # <FK> 10 > 5
# same bindings, but for the arrow keys
# 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