summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-13 11:34:28 +0100
committermakefu <github@syntax-fehler.de>2018-03-13 11:34:28 +0100
commit28324a02d902b0ca31a383f162c585fb8f9b2972 (patch)
tree80799e71a2e1655df9b0d9024f18d83ddbc8f8f5 /makefu/3modules
parent325be7a661a4bb34d1e2c2cc7332916741cf1a4b (diff)
ma awesome: make locker configurable
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/awesome-extra.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/3modules/awesome-extra.nix b/makefu/3modules/awesome-extra.nix
index e4a79aa8..6f19f8f7 100644
--- a/makefu/3modules/awesome-extra.nix
+++ b/makefu/3modules/awesome-extra.nix
@@ -21,7 +21,9 @@ let
This module will use substituteAll to replace strings before writing to
/etc/xdg/awesome/rc.lua
'';
- default = pkgs.awesomecfg.full;
+ default = pkgs.awesomecfg.full.override {
+ locker = "${pkgs.i3lock}/bin/i3lock -i /var/lib/wallpaper/wallpaper";
+ };
};
};
imp = {