diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/i3wm/i3.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home/i3wm/i3.nix b/modules/home/i3wm/i3.nix index 1d19276..3d4bfda 100644 --- a/modules/home/i3wm/i3.nix +++ b/modules/home/i3wm/i3.nix @@ -98,10 +98,10 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" mode "resize" { - bindsym j resize shrink width 5 px or 5 ppt - bindsym k resize grow height 5 px or 5 ppt - bindsym l resize shrink height 5 px or 5 ppt - bindsym uring resize grow width 5 px or 5 ppt + bindsym h resize shrink width 5 px or 5 ppt + bindsym j resize grow height 5 px or 5 ppt + bindsym k resize shrink height 5 px or 5 ppt + bindsym l resize grow width 5 px or 5 ppt bindsym Left resize shrink width 5 px or 5 ppt bindsym Down resize grow height 5 px or 5 ppt |
