From 085b4c42e6dfca8e12ebfa68a421b91feec34986 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 13 Jan 2024 10:30:35 -0700 Subject: fixing swaylock config --- modules/home-manager/swayidle.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home-manager/swayidle.nix') diff --git a/modules/home-manager/swayidle.nix b/modules/home-manager/swayidle.nix index d9fbc98..19cd171 100644 --- a/modules/home-manager/swayidle.nix +++ b/modules/home-manager/swayidle.nix @@ -16,7 +16,7 @@ { #timeout 300 timeout = 5; - command = "${dpmsCommand} off && swaylock --screenshots --clock --indicator-idle-visible --grace 10"; + command = "${dpmsCommand} off && swaylock"; resumeCommand = "${dpmsCommand} on"; } { #timeout 420 -- cgit v1.2.3