Skip to content

Commit

Permalink
config: add comment $mod+r in back to normal when resize window
Browse files Browse the repository at this point in the history
  • Loading branch information
dikiaap committed Jan 5, 2018
1 parent 59e2b7d commit c2483e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/config
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion etc/config.keycodes
Expand Up @@ -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"
Expand Down

0 comments on commit c2483e4

Please sign in to comment.