Fix Sway resize keybinds.

This commit is contained in:
the_4n0nym0u53 2022-01-01 20:24:39 +01:00
parent 99bc1e7c7b
commit 5c4a51401e
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -118,10 +118,10 @@ bindsym XF86MonBrightnessDown exec light -U 5
# Resize mode # Resize mode
mode "resize" { mode "resize" {
bindsym $left resize grow width 10px bindsym $left resize shrink width 10px
bindsym $down resize shrink height 10px bindsym $down resize shrink height 10px
bindsym $up resize grow height 10px bindsym $up resize grow height 10px
bindsym $right resize shrink width 10px bindsym $right resize grow width 10px
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
} }