From a15c6b410f3453c3ebd3836cec289af463b65330 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 14 Feb 2022 10:50:02 +0100 Subject: [PATCH] xss-lock: temporarily disable off state --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index d60a745..9a2b31e 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)) $((timeout * 34 / 10)) + xset dpms $((timeout * 3)) $((timeout * 32 / 10)) 0 } dimmer() { systemctl --user $1 xss-dimmer@$notify.service