config: add comment $mod+r in back to normal when resize window

next
Diki Ananta 2018-01-05 07:14:57 +07:00
parent 59e2b7d48e
commit c2483e415c
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ mode "resize" {
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
# back to normal: Enter or Escape or Mod1+r
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym Mod1+r mode "default"

View File

@ -154,7 +154,7 @@ mode "resize" {
bindcode 111 resize shrink height 10 px or 10 ppt
bindcode 114 resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
# back to normal: Enter or Escape or $mod+r
bindcode 36 mode "default"
bindcode 9 mode "default"
bindcode $mod+27 mode "default"