From d9a4b7c2d571335dce7e516fe454db080be611c2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 17 Feb 2022 16:08:31 +0100 Subject: [PATCH] Revert "xss-lock: temporarily disable off state" This reverts commit a15c6b410f3453c3ebd3836cec289af463b65330. No change on my problem... --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 9a2b31e..d60a745 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 * 3)) $((timeout * 32 / 10)) 0 + xset dpms $((timeout * 3)) $((timeout * 32 / 10)) $((timeout * 34 / 10)) } dimmer() { systemctl --user $1 xss-dimmer@$notify.service