lock: wait a bit more before kicking DPMS

This commit is contained in:
Vincent Bernat 2015-06-20 13:58:42 +02:00
parent 742d8ddbf4
commit eafed94545

View file

@ -7,7 +7,7 @@ notify=10
case "$1" in
start)
xset s $(($timeout - $notify)) $notify
xset dpms $(($timeout * 2)) $(($timeout * 3)) $(($timeout * 4))
xset dpms $(($timeout * 3)) $(($timeout * 4)) $(($timeout * 5))
exec xss-lock -n "$me notify" -l $me lock
;;
dim|notify)