config: add comment $mod+r in back to normal when resize window
This commit is contained in:
parent
59e2b7d48e
commit
c2483e415c
|
@ -168,7 +168,7 @@ mode "resize" {
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
bindsym Up resize shrink height 10 px or 10 ppt
|
||||||
bindsym Right resize grow width 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 Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym Mod1+r mode "default"
|
bindsym Mod1+r mode "default"
|
||||||
|
|
|
@ -154,7 +154,7 @@ mode "resize" {
|
||||||
bindcode 111 resize shrink height 10 px or 10 ppt
|
bindcode 111 resize shrink height 10 px or 10 ppt
|
||||||
bindcode 114 resize grow width 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 36 mode "default"
|
||||||
bindcode 9 mode "default"
|
bindcode 9 mode "default"
|
||||||
bindcode $mod+27 mode "default"
|
bindcode $mod+27 mode "default"
|
||||||
|
|
Loading…
Reference in New Issue