diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:58:08 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 17:58:08 +0100 |
| commit | bf50b191eef12e5099fd9d29e115deef44c3bf4f (patch) | |
| tree | 03e7d39d194530b40682a89001760d50791331f8 | |
| parent | 23cd1943a4fe37be6032f512b5bb024d84b55524 (diff) | |
fixed issue in i3 config
| -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 |
