forked from extern/nix-config
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
|
bindsym l resize grow width 10px
|
||||||
|
|
||||||
# Return to default mode
|
# Return to default mode
|
||||||
bindsym Return mode "default"
|
bindsym $mod+r mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
Loading…
Reference in New Issue
Block a user