aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWes Roberts <me@jchook.com>2017-10-30 21:19:12 -0400
committerWes Roberts <me@jchook.com>2017-10-30 21:19:12 -0400
commit0afe714e2b43e95db8b377c62966916ebf242217 (patch)
tree43205a8ebf20ede0d839b547fe6e435d004de6c9 /etc
parent787e799e3c280c92b45a3904f84bc103d592bf96 (diff)
downloadi3-0afe714e2b43e95db8b377c62966916ebf242217.tar.gz
i3-0afe714e2b43e95db8b377c62966916ebf242217.zip
$mod+r toggles resize mode
Diffstat (limited to 'etc')
-rw-r--r--etc/config1
-rw-r--r--etc/config.keycodes1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/config b/etc/config
index 483694c1..f6fd5e7b 100644
--- a/etc/config
+++ b/etc/config
@@ -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"
diff --git a/etc/config.keycodes b/etc/config.keycodes
index 6d10fad2..c07462b4 100644
--- a/etc/config.keycodes
+++ b/etc/config.keycodes
@@ -144,6 +144,7 @@ mode "resize" {
# back to normal: Enter or Escape
bindcode 36 mode "default"
bindcode 9 mode "default"
+ bindcode $mod+27 mode "default"
}
bindcode $mod+27 mode "resize"