diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 3cccf5e..c55b786 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -100,10 +100,10 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt + bindsym h resize grow width 10 px or 10 ppt bindsym j resize grow height 10 px or 10 ppt bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt + bindsym l resize shrink width 10 px or 10 ppt # back to normal: Enter or Escape or $mod+r bindsym Return mode "default"