Reorders hjkl declarations

master
Jonathan Hodgson 6 years ago
parent 1291baa057
commit 4965b6bb3d
  1. 6
      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

Loading…
Cancel
Save