aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-12 09:52:47 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-12 09:52:47 +0100
commit50020d65ecbc42e77e71876014d18bd82911fd50 (patch)
treebb06a553821d4f74e8d4c2fe86fb0cd2559dc103 /modules/home
parentf461bd1125e7407c6ff6489d891b45ec868d2637 (diff)
added nnn as file browser
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix2
1 files changed, 2 insertions, 0 deletions
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
];
}