diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:31:59 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:31:59 +0100 |
| commit | c31bccb5bc00f839beb4eb4f680c3a1533849e79 (patch) | |
| tree | fb4f5744e2595f9cb14e7fdef1aee4e7e546082d /modules/home/i3wm | |
| parent | 8ccdd145f22e7c17fa4b217cc19f716a1709048d (diff) | |
added fix to launch nnn under alacritty
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 |
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 |
