From: Michael Stapelberg Date: Mon, 11 Jul 2011 17:42:30 +0000 (+0200) Subject: default config: put bindings in the right order (left/down/up/right) X-Git-Tag: tree-pr4~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4693d5f91ad0efdefd9a2e4e0d5d210787c0cefa;p=i3%2Fi3 default config: put bindings in the right order (left/down/up/right) --- diff --git a/i3.config b/i3.config index afd2fe5d..7899b033 100644 --- a/i3.config +++ b/i3.config @@ -44,9 +44,9 @@ bindsym Mod1+Shift+semicolon move right # alternatively, you can use the cursor keys: bindsym Mod1+Shift+Left move left -bindsym Mod1+Shift+Right move right bindsym Mod1+Shift+Down move down bindsym Mod1+Shift+Up move up +bindsym Mod1+Shift+Right move right # split in horizontal orientation bindsym Mod1+h split h