aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:55:48 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:55:48 +0100
commit0829f977aae7ad98c6dfd68ebb3ddaf880a3e1d9 (patch)
tree20d5fd64234de7b3202df8872615ad45ff05be13 /modules/home/i3wm/nord-blue
parent46fa47c307833c15dd48ea2fb469b2f62974292e (diff)
fixed i3 to launch alacritty and disabled i3status
Diffstat (limited to 'modules/home/i3wm/nord-blue')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix3
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