Fix Sway resize keybinds.
This commit is contained in:
parent
99bc1e7c7b
commit
5c4a51401e
|
@ -118,10 +118,10 @@ bindsym XF86MonBrightnessDown exec light -U 5
|
|||
|
||||
# Resize mode
|
||||
mode "resize" {
|
||||
bindsym $left resize grow width 10px
|
||||
bindsym $left resize shrink width 10px
|
||||
bindsym $down resize shrink 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 Escape mode "default"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue