From 4693d5f91ad0efdefd9a2e4e0d5d210787c0cefa Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 11 Jul 2011 19:42:30 +0200 Subject: [PATCH] default config: put bindings in the right order (left/down/up/right) --- i3.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5