xss-lock: document how to prevent locking

This commit is contained in:
Vincent Bernat 2019-12-08 15:40:11 +01:00
parent 9653179899
commit 1937350a74

View file

@ -8,6 +8,10 @@ configure() {
xset s $((timeout - notify)) $notify
xset dpms $((timeout * 3)) $((timeout * 4)) $((timeout * 5))
}
unconfigure() {
xset s 0
xset dpms 0 0 0
}
case "$1" in
start)