commit 2e15ca74e8cf5eccd15fa57870303e59b72c9e9e
parent c8d2ed5f3aa834f87bf3f0c673d9c178306b2e15
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 1 Apr 2020 17:52:04 +0200
i3.nix: cfg.lockCmd fix 😅
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/i3.nix b/modules/profiles/i3.nix
@@ -137,7 +137,7 @@ in
"Mod4+Shift+111" = "focus output up";
"Mod4+Shift+114" = "focus output right";
# Custom keybinding
- "Mod4+Shift+32" = "exec ${lockCmd}";
+ "Mod4+Shift+32" = "exec ${cfg.lockCmd}";
"Mod4+Shift+39" = "exec ~/.screenlayout/home-work.sh && systemctl --user start random-background.service";
"Mod4+24" = "border toggle";
};