diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:55:48 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:55:48 +0100 |
| commit | 0829f977aae7ad98c6dfd68ebb3ddaf880a3e1d9 (patch) | |
| tree | 20d5fd64234de7b3202df8872615ad45ff05be13 /modules/home | |
| parent | 46fa47c307833c15dd48ea2fb469b2f62974292e (diff) | |
fixed i3 to launch alacritty and disabled i3status
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index e6dd3a4..dec576c 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -8,6 +8,7 @@ in xsession.windowManager = { i3 = { enable = true; + bars = [ ]; config = { modifier = mod; @@ -16,7 +17,7 @@ in ]; keybindings = lib.mkOptionDefault { - "${mod}+Enter" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal + "${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal "${mod}+m" = "exec ${pkgs.dmenu}/bin/dmenu"; # Launch dmenu (app launcher) "${mod}+q" = "kill"; # Close an app (kill the process) "${mod}+Alt+l" = "exec sh -c 'lock-screen ${vars.wallpaper}'"; # Lock screen |
