From 4ad982616dc47fab7a06b27efb71f95091463093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 5 Oct 2013 01:24:03 +0200 Subject: [PATCH] Fixed resizing keybinding. --- i3/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3/config b/i3/i3/config index 7d460ae..26f6ca8 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -198,7 +198,7 @@ bindsym $left resize shrink width 10 px or 10 ppt bindsym $down resize grow height 10 px or 10 ppt bindsym $up resize shrink height 10 px or 10 ppt - bindsym $left resize grow width 10 px or 10 ppt + bindsym $right resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym 113 resize shrink width 10 px or 10 ppt