From f7abb234123ce5f11c54d8f23a5445680d1d3ab5 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 14:53:01 +0100 Subject: added keybind to launch firefox --- modules/home/i3wm/nord-blue/i3.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 91ad842..97df8ee 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -51,6 +51,8 @@ in keybindings = lib.mkOptionDefault { "${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal "${mod}+d" = "exec app-launcher"; # Launch dmenu (app launcher) + "${mod}+m" = "exec app-launcher"; # Alternative keybind to launch the app launcher + "${mod}+n" = "exec firefox"; # Launch firefox "${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