diff --git a/i3/config b/i3/config index 247aa0a..a4d515f 100644 --- a/i3/config +++ b/i3/config @@ -156,9 +156,13 @@ mode "resize" { # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. bindsym n resize shrink width 10 px or 10 ppt + bindsym Shift+n resize shrink width 5 px or 5 ppt bindsym r resize grow height 10 px or 10 ppt + bindsym Shift+r resize grow height 5 px or 5 ppt bindsym t resize shrink height 10 px or 10 ppt + bindsym Shift+t resize shrink height 5 px or 5 ppt bindsym d resize grow width 10 px or 10 ppt + bindsym Shift+d resize grow width 5 px or 5 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt