$mod+r toggles resize mode

This commit is contained in:
Wes Roberts
2017-10-30 21:19:12 -04:00
parent 787e799e3c
commit 0afe714e2b
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ mode "resize" {
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym Mod1+r mode "default"
}
bindsym Mod1+r mode "resize"