summaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-07-01 15:14:32 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-07-01 15:14:33 +0200
commitaebacd24edbdc0f121c46ee3e5cee12c777284e7 (patch)
tree65134db1d140b1c24bad56cf9cc2d68d930a0262 /.i3
parentfbfbbfeeda607eb4186c8cc6427c0f0dc8357778 (diff)
downloaddotfiles-aebacd24edbdc0f121c46ee3e5cee12c777284e7.tar.gz
dotfiles-aebacd24edbdc0f121c46ee3e5cee12c777284e7.tar.bz2
dotfiles-aebacd24edbdc0f121c46ee3e5cee12c777284e7.zip
i3: return from resize mode with grave
Diffstat (limited to '.i3')
-rw-r--r--.i3/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.i3/config b/.i3/config
index 8611b95..c296885 100644
--- a/.i3/config
+++ b/.i3/config
@@ -179,9 +179,10 @@ 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 grave
bindsym Return mode "default"
bindsym Escape mode "default"
+ bindsym grave mode "default"
}
bindsym $mod+grave mode "resize"