From 2e3364e7eae6bf60e5b04b0448e1467cc015e9da Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 23 Jan 2020 09:03:24 +0100 Subject: [PATCH] xss-lock: sleeps more Otherwise, no time to react. --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 0d2de9d..5a4489d 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -30,7 +30,7 @@ case "$1" in xrandr --output $out --brightness $i || \ outputs=("${outputs[@]/$out}") done - sleep 0.05 + sleep 0.1 done echo "notify: end" sleep infinity &