$mod+r toggles resize mode
This commit is contained in:
parent
787e799e3c
commit
0afe714e2b
|
@ -157,6 +157,7 @@ mode "resize" {
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
bindsym Mod1+r mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym Mod1+r mode "resize"
|
bindsym Mod1+r mode "resize"
|
||||||
|
|
|
@ -144,6 +144,7 @@ mode "resize" {
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindcode 36 mode "default"
|
bindcode 36 mode "default"
|
||||||
bindcode 9 mode "default"
|
bindcode 9 mode "default"
|
||||||
|
bindcode $mod+27 mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindcode $mod+27 mode "resize"
|
bindcode $mod+27 mode "resize"
|
||||||
|
|
Loading…
Reference in New Issue