From a336b0d8df62053a0eba9042d995b152db145291 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 4 Jan 2021 23:28:41 +0100 Subject: [PATCH] xss-lock: shift DPMS timeout multipliers --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 1617b8f..bdaeb5c 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 * 3)) $((timeout * 4)) $((timeout * 5)) + xset dpms $((timeout * 2)) $((timeout * 3)) $((timeout * 4)) } unconfigure() { xset s 0