mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-14 17:08:32 +02:00
sway: Exit resize mode the same way it was entered
Now resize mode behaves a little more sane.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user