Skip to content

Commit

Permalink
i3 keybinding update making Mod-H consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gmas committed Nov 22, 2019
1 parent 2ecf8c5 commit ff71936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion i3/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ bindsym $mod+d exec dmenu_run
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
Expand All @@ -68,7 +69,7 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+h split h
bindsym $mod+Control+h split h

# split in vertical orientation
bindsym $mod+v split v
Expand Down Expand Up @@ -174,3 +175,4 @@ bindsym $mod+Shift+s sticky toggle

exec /usr/bin/nm-applet
exec /usr/bin/pasystray
exec /usr/bin/xscreensaver -no-splash

0 comments on commit ff71936

Please sign in to comment.