From 0df960b7d7bb98292ed18661fd5e97f8aa552b53 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 20 Feb 2011 02:11:03 +0100 Subject: [PATCH] also change the cursor keys to the new move syntax --- i3.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3.config b/i3.config index 786ee6a6..71511a50 100644 --- a/i3.config +++ b/i3.config @@ -72,10 +72,10 @@ bindsym Mod1+Shift+t move up bindsym Mod1+Shift+d move right # alternatively, you can use the cursor keys: -bindsym Mod1+Shift+Left move before h -bindsym Mod1+Shift+Right move after h -bindsym Mod1+Shift+Down move before v -bindsym Mod1+Shift+Up move after v +bindsym Mod1+Shift+Left move left +bindsym Mod1+Shift+Right move right +bindsym Mod1+Shift+Down move down +bindsym Mod1+Shift+Up move up # Workspaces (Mod1+1/2/…) bindsym Mod1+1 workspace 1 -- 2.39.5