summary refs log tree commit diff stats
path: root/i3
diff options
context:
space:
mode:
authorAlan Pearce2018-03-06 12:50:34 +0100
committerAlan Pearce2018-03-06 12:50:34 +0100
commit19181d1f21adf3c87a13b0901724d6828016e5a6 (patch)
tree05e5da52c5fb3b7b7392d18984580eec44d7619f /i3
parentbb29bf2171e3b46ccfbf1fd49e568ee7df405510 (diff)
downloaddotfiles-19181d1f21adf3c87a13b0901724d6828016e5a6.tar.lz
dotfiles-19181d1f21adf3c87a13b0901724d6828016e5a6.tar.zst
dotfiles-19181d1f21adf3c87a13b0901724d6828016e5a6.zip
i3: use qwerty keybinds again
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config28
1 files changed, 14 insertions, 14 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index a9e41e6..073264e 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -80,10 +80,10 @@ bindsym --release $mod+Shift+semicolon exec rofi-pass
 bindsym --release $mod+space exec "rofi -show combi -combi-modi window,drun,ssh"
 
 # change focus
-bindsym $mod+n focus left
-bindsym $mod+e focus down
-bindsym $mod+i focus up
-bindsym $mod+o focus right
+bindsym $mod+h focus left
+bindsym $mod+j focus down
+bindsym $mod+k focus up
+bindsym $mod+l focus right
 
 # alternatively, you can use the cursor keys:
 bindsym $mod+Left focus left
@@ -92,10 +92,10 @@ bindsym $mod+Up focus up
 bindsym $mod+Right focus right
 
 # move focused window
-bindsym $mod+Shift+n move left
-bindsym $mod+Shift+e move down
-bindsym $mod+Shift+i move up
-bindsym $mod+Shift+o move right
+bindsym $mod+Shift+h move left
+bindsym $mod+Shift+j move down
+bindsym $mod+Shift+k move up
+bindsym $mod+Shift+l move right
 
 # alternatively, you can use the cursor keys:
 bindsym $mod+Shift+Left move left
@@ -104,7 +104,7 @@ bindsym $mod+Shift+Up move up
 bindsym $mod+Shift+Right move right
 
 # split in horizontal orientation
-bindsym $mod+h split h
+bindsym $mod+b split h
 
 # split in vertical orientation
 bindsym $mod+v split v
@@ -153,7 +153,7 @@ bindsym $mod+Shift+8 move container to workspace 8
 bindsym $mod+Shift+9 move container to workspace 9
 bindsym $mod+Shift+0 move container to workspace 10
 
-bindsym $mod+l exec --no-startup-id "$Locker"
+bindsym $mod+o exec --no-startup-id "$Locker"
 # reload the configuration file
 bindsym $mod+Shift+c reload
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
@@ -169,10 +169,10 @@ mode "resize" {
         # Pressing right will grow the window’s width.
         # Pressing up will shrink the window’s height.
         # Pressing down will grow the window’s height.
-        bindsym n resize shrink width 10 px or 10 ppt
-        bindsym e resize grow height 10 px or 10 ppt
-        bindsym i resize shrink height 10 px or 10 ppt
-        bindsym o resize grow width 10 px or 10 ppt
+        bindsym h resize shrink width 10 px or 10 ppt
+        bindsym j resize grow height 10 px or 10 ppt
+        bindsym k resize shrink height 10 px or 10 ppt
+        bindsym l resize grow width 10 px or 10 ppt
 
         # same bindings, but for the arrow keys
         bindsym Left resize shrink width 10 px or 10 ppt