summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:41:21 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 13:41:21 +0100
commit9f56421852f0e74a5aadb3a07d4907e7d7265b99 (patch)
tree15ad46d5cda654ce249f1aeeb15ab95bd46b1423 /modules
parente6998ffd5c73e5cde4bd76c76966b6ddad22d6ad (diff)
fixed config to run lock-screen on mod+ctrl+l
Diffstat (limited to 'modules')
-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 6948e94..a5fb82d 100644
--- a/modules/home/i3wm/nord-blue/i3.nix
+++ b/modules/home/i3wm/nord-blue/i3.nix
@@ -27,7 +27,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'''"; # Lock screen
+ "${mod}+Ctrl+l" = "exec lock-screen"; # Lock screen
"${mod}+Shift+r" = "restart";
"${mod}+Ctrl+Shift+e" = "exec sh -c 'i3-msg exit'";