i3: finer window resizing with arrow keys

This commit is contained in:
Frieder Schlesier 2022-12-31 16:55:10 +01:00
parent 59b1672804
commit 04b9da2e47
1 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ mode "resize" {
bindsym l resize grow width 10 px or 10 ppt bindsym l resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt bindsym Left resize shrink width 5 px
bindsym Down resize grow height 10 px or 10 ppt bindsym Down resize grow height 5 px
bindsym Up resize shrink height 10 px or 10 ppt bindsym Up resize shrink height 5 px
bindsym Right resize grow width 10 px or 10 ppt bindsym Right resize grow width 5 px
# back to normal: Enter or Escape # back to normal: Enter or Escape
bindsym Return mode "default" bindsym Return mode "default"