sway: change resize key

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2022-08-31 14:20:27 +02:00
parent 6c0e5f2b1e
commit 40277aeacb

View file

@ -195,10 +195,10 @@ mode "resize" {
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
bindsym $left resize shrink width 10px
bindsym h resize shrink width 20px
bindsym $down resize grow height 10px
bindsym $up resize shrink height 10px
bindsym $right resize grow width 10px
bindsym l resize grow width 20px
# Ditto, with arrow keys
bindsym Left resize shrink width 10px