From bf4c18dc71f8738be0a0d51a3e65dc6c888005b1 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 12:42:37 +0100 Subject: added wrapper for dmenu --- 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 bd57bde..2a384c4 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -3,6 +3,7 @@ let vars = import ./variables.nix; scripts = import ./scripts.nix {inherit pkgs; }; + dmenu = import ./dmneu.nix {inherit pkgs; }; mod = "Mod4"; in { @@ -49,7 +50,7 @@ in keybindings = lib.mkOptionDefault { "${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal - "${mod}+m" = "exec ${pkgs.dmenu}/bin/dmenu"; # Launch dmenu (app launcher) + "${mod}+d" = "exec ${dmenu.dmenu}"; # Launch dmenu (app launcher) "${mod}+q" = "kill"; # Close an app (kill the process) "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen "${mod}+Shift+r" = "restart"; # Reload i3 -- cgit v1.2.3