1
0
Fork 0

i3: Add small resizing options

This commit is contained in:
coderkun 2020-03-01 13:44:42 +01:00
parent 6bf6e3a6ab
commit a8c82b3b35

View file

@ -156,9 +156,13 @@ mode "resize" {
# Pressing up will shrink the windows height.
# Pressing down will grow the windows 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