From 50020d65ecbc42e77e71876014d18bd82911fd50 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 12 Feb 2026 09:52:47 +0100 Subject: added nnn as file browser --- modules/home/i3wm/nord-blue/i3.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/i3wm/nord-blue') diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 97df8ee..1d44043 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -52,6 +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}+n" = "exec firefox"; # Launch firefox "${mod}+q" = "kill"; # Close an app (kill the process) "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen @@ -121,5 +122,6 @@ in polybar # Status bar alacritty # Terminal Emulator feh # Wallpaper utility + nnn # File browser ]; } -- cgit v1.2.3