From 768e95d8a8a7a71cbc2d7a29f457734f7c7d88c0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 20 Jan 2020 10:05:45 +0100 Subject: [PATCH] xss-lock: speed up dimming --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 1c56484..0f7c1a8 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -29,7 +29,7 @@ case "$1" in xrandr --output $out --brightness $i || \ outputs=("${outputs[@]/$out}") done - sleep 0.1 + sleep 0.05 done echo "notify: end" sleep infinity &