Change up and down keys for resize mode

This commit is contained in:
2021-11-25 18:40:45 +03:00
parent be662a5d2e
commit 12305d3180

View File

@@ -213,8 +213,8 @@ bindsym $mod+z floating toggle
### Resize mode ### Resize mode
mode "resize" { mode "resize" {
bindsym $left resize shrink width 100px bindsym $left resize shrink width 100px
bindsym $down resize grow height 100px bindsym $down resize shrink height 100px
bindsym $up resize shrink height 100px bindsym $up resize grow height 100px
bindsym $right resize grow width 100px bindsym $right resize grow width 100px
# Return to default mode # Return to default mode