From dd4449ef633b77202977d87eac5009d1719729f1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 22 Feb 2021 15:46:55 +0100 Subject: [PATCH] xss-lock: shorter timeouts for DPMS --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 6042d64..53dc631 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -7,7 +7,7 @@ display=$(systemd-escape -- "$DISPLAY") configure() { xset s $((timeout - notify)) $notify - xset dpms $((timeout * 2)) $((timeout * 3)) $((timeout * 4)) + xset dpms $((timeout * 2)) $((timeout * 22 / 10)) $((timeout * 24 / 10)) } unconfigure() { xset s 0