From 7bfa942842812db48e2a7e68bd8a7b174456b2d7 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 22 Dec 2021 09:40:31 +0100 Subject: [PATCH] xss-lock: increase timeouts --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index f786143..692bec0 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -6,7 +6,7 @@ notify=$((timeout/10)) configure() { xset s $((timeout - notify)) $notify - xset dpms $((timeout * 2)) $((timeout * 22 / 10)) $((timeout * 24 / 10)) + xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10)) } dimmer() { systemctl --user $1 xss-dimmer@$notify.service