mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
xss-lock: sleep more when dimming the screen
This commit is contained in:
parent
fe659c5b44
commit
49555f9771
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ case "$1" in
|
||||||
for out in $outputs; do
|
for out in $outputs; do
|
||||||
xrandr --output $out --brightness $i
|
xrandr --output $out --brightness $i
|
||||||
done
|
done
|
||||||
sleep 0.02
|
sleep 0.1
|
||||||
done
|
done
|
||||||
echo "notify: end"
|
echo "notify: end"
|
||||||
sleep infinity &
|
sleep infinity &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue