diff --git a/dots/i3wm/config b/dots/i3wm/config index 85fd423..c8dde6a 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -162,11 +162,11 @@ mode "resize" { # These bindings trigger as soon as you enter the resize mode # resize, using arrow keys - # 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 + # + 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"