all repos — nixfiles @ 33c7285419308c6a6814b9c6127c6860653be013

System and user configuration, managed by nix and home-manager

i3lock: fix multi-locking
Alan Pearce alan@alanpearce.eu
Tue, 17 Sep 2019 11:58:19 +0200
commit

33c7285419308c6a6814b9c6127c6860653be013

parent

416a64ee04f14967a436d235a0bfcdb140c46e4f

1 files changed, 1 insertions(+), 1 deletions(-)

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;