all repos — archive/nixos-configuration @ 33c7285419308c6a6814b9c6127c6860653be013

Superseded by nixfiles

i3lock: fix multi-locking

Alan Pearce
commit

33c7285419308c6a6814b9c6127c6860653be013

parent

416a64ee04f14967a436d235a0bfcdb140c46e4f

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M modules/programs/window-manager.nixmodules/programs/window-manager.nix
@@ -16,7 +16,7 @@ '';
}; xautolock = { enable = true; - locker = "${pkgs.i3lock}/bin/i3lock"; + locker = "${pkgs.i3lock}/bin/i3lock -n"; enableNotifier = true; notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\""; time = 5;