diff options
Diffstat (limited to 'modules/home/i3wm/i3.nix')
| -rw-r--r-- | modules/home/i3wm/i3.nix | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/modules/home/i3wm/i3.nix b/modules/home/i3wm/i3.nix index 35ce6de..1d19276 100644 --- a/modules/home/i3wm/i3.nix +++ b/modules/home/i3wm/i3.nix @@ -40,15 +40,15 @@ bindsym $mod+n exec firefox bindsym $mod+Shift+q kill - bindsym $mod+j focus left - bindsym $mod+k focus down - bindsym $mod+l focus up - bindsym $mod+uring focus right - - bindsym $mod+Shift+j move left - bindsym $mod+Shift+k move down - bindsym $mod+Shift+l move up - bindsym $mod+Shift+uring move right + bindsym $mod+h focus left + bindsym $mod+j focus down + bindsym $mod+k focus up + bindsym $mod+l focus 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 bindsym $mod+h split h bindsym $mod+v split v |
