[i3] Add bindings for small resize steps

This commit is contained in:
M1dgard 2018-11-04 00:45:46 +01:00
parent ea3d8fd73d
commit e2f0f04de2
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -26,6 +26,11 @@ floating_modifier $mod
# resize window
mode "resize" {
bindsym Ctrl+h resize shrink width 2 px or 1 ppt
bindsym Ctrl+j resize grow height 2 px or 1 ppt
bindsym Ctrl+k resize shrink height 2 px or 1 ppt
bindsym Ctrl+l resize grow width 2 px or 1 ppt
bindsym h resize shrink 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