From 0829f977aae7ad98c6dfd68ebb3ddaf880a3e1d9 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 12:55:48 +0100 Subject: fixed i3 to launch alacritty and disabled i3status --- modules/home/i3wm/nord-blue/i3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/home/i3wm/nord-blue/i3.nix') 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 -- cgit v1.2.3