From aebacd24edbdc0f121c46ee3e5cee12c777284e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 1 Jul 2013 15:14:32 +0200 Subject: i3: return from resize mode with grave --- .i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.i3') 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" -- cgit v1.2.3