From 4965b6bb3dace56dfc7c32dd3babbec7ab4e54fc Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 9 Jan 2019 17:22:54 +0000 Subject: [PATCH] Reorders hjkl declarations --- i3/configWork | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/configWork b/i3/configWork index 6c44fa02..adc5feae 100644 --- a/i3/configWork +++ b/i3/configWork @@ -99,10 +99,10 @@ bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus down +bindsym $mod+h focus left +bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right -bindsym $mod+h focus left # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -111,10 +111,10 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window +bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right -bindsym $mod+Shift+h move left # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left