summaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-16 10:31:59 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-16 10:31:59 +0100
commitc31bccb5bc00f839beb4eb4f680c3a1533849e79 (patch)
treefb4f5744e2595f9cb14e7fdef1aee4e7e546082d /modules/home/i3wm/nord-blue
parent8ccdd145f22e7c17fa4b217cc19f716a1709048d (diff)
added fix to launch nnn under alacritty
Diffstat (limited to 'modules/home/i3wm/nord-blue')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix2
1 files changed, 1 insertions, 1 deletions
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