mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
xss-lock: sleeps more
Otherwise, no time to react.
This commit is contained in:
parent
1a7421baf8
commit
2e3364e7ea
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ case "$1" in
|
||||||
xrandr --output $out --brightness $i || \
|
xrandr --output $out --brightness $i || \
|
||||||
outputs=("${outputs[@]/$out}")
|
outputs=("${outputs[@]/$out}")
|
||||||
done
|
done
|
||||||
sleep 0.05
|
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