From 1937350a74d2a6e0b8dd58607e85e628c7cdeeb0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 8 Dec 2019 15:40:11 +0100 Subject: [PATCH] xss-lock: document how to prevent locking --- bin/xss-lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/xss-lock b/bin/xss-lock index c54e590..e15b12b 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -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)