mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
sway: Exit resize mode the same way it was entered
Now resize mode behaves a little more sane.
This commit is contained in:
parent
5a64cc1f1a
commit
d996dcfef2
@ -137,7 +137,7 @@ mode "resize" {
|
||||
bindsym l resize grow width 10px
|
||||
|
||||
# Return to default mode
|
||||
bindsym Return mode "default"
|
||||
bindsym $mod+r mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
Loading…
Reference in New Issue
Block a user