xss-lock: sleep more when dimming the screen

This commit is contained in:
Vincent Bernat 2020-01-19 21:13:19 +01:00
parent fe659c5b44
commit 49555f9771

View file

@ -28,7 +28,7 @@ case "$1" in
for out in $outputs; do
xrandr --output $out --brightness $i
done
sleep 0.02
sleep 0.1
done
echo "notify: end"
sleep infinity &