From c31bccb5bc00f839beb4eb4f680c3a1533849e79 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 16 Feb 2026 10:31:59 +0100 Subject: added fix to launch nnn under alacritty --- modules/home/i3wm/nord-blue/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 1d44043..57e8300 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -52,7 +52,7 @@ in "${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}+Shift+m" = "exec nnn"; # Launch nnn + "${mod}+Shift+m" = "exec alacritty -e nnn"; # Launch nnn "${mod}+n" = "exec firefox"; # Launch firefox "${mod}+q" = "kill"; # Close an app (kill the process) "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen -- cgit v1.2.3