i3lock: fix multi-locking
1 file changed, 1 insertion(+), 1 deletion(-)
M modules/programs/window-manager.nix → modules/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;