diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:15:27 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:15:27 +0100 |
| commit | 8462e046284cea81c96467b050033ae94027d9f7 (patch) | |
| tree | 7dfb64bfd5b245020aea0de9717a6eddd6769208 /modules/home/i3wm/nord-blue/i3.nix | |
| parent | b50a2f514c23106a68ec541e8c1682583c7f344b (diff) | |
fixed lock screen
Diffstat (limited to 'modules/home/i3wm/nord-blue/i3.nix')
| -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 f004e9b..67507f6 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -26,7 +26,7 @@ in "${mod}+Return" = "exec ${pkgs.alacritty}/bin/alacritty"; # Lanuch alacritty as a terminal "${mod}+m" = "exec ${pkgs.dmenu}/bin/dmenu"; # Launch dmenu (app launcher) "${mod}+q" = "kill"; # Close an app (kill the process) - "${mod}+Alt+l" = "exec sh -c 'lock-screen ${vars.wallpaper}'"; # Lock screen + "${mod}+Alt+l" = "exec ''sh -c 'lock-screen'''"; # Lock screen "${mod}+Shift+r" = "restart"; "${mod}+Ctrl+Shift+e" = "exec sh -c 'i3-msg exit'"; |
