all repos — nixfiles @ 19181d1f21adf3c87a13b0901724d6828016e5a6

System and user configuration, managed by nix and home-manager

i3: use qwerty keybinds again

Alan Pearce
commit

19181d1f21adf3c87a13b0901724d6828016e5a6

parent

bb29bf2171e3b46ccfbf1fd49e568ee7df405510

1 file changed, 14 insertions(+), 14 deletions(-)

jump to
M i3/.config/i3/configi3/.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 @@ # Pressing left will shrink the window’s width.
# 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