Merge pull request #3040 from jchook/next

$mod+r toggles resize mode
This commit is contained in:
Ingo Bürk 2017-11-13 22:01:06 +01:00 committed by GitHub
commit a78c9ab82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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"