diff --git a/dots/i3wm/config b/dots/i3wm/config index 028651a..30f5eff 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -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 # 10 > 5 - bindsym Down resize grow height 5 px or 5 ppt # 10 > 5 - bindsym Up resize shrink height 5 px or 5 ppt # 10 > 5 - bindsym Right resize grow width 5 px or 5 ppt # 10 > 5 + # 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"