mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +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
|
||||
xrandr --output $out --brightness $i
|
||||
done
|
||||
sleep 0.02
|
||||
sleep 0.1
|
||||
done
|
||||
echo "notify: end"
|
||||
sleep infinity &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue