Commit 2e15ca74e8cf

Vincent Demeester <vincent@sbr.pm>
2020-04-01 17:52:04
i3.nix: cfg.lockCmd fix ๐Ÿ˜…
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c8d2ed5
Changed files (1)
modules
profiles
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";
         };