From 06a53bd9d03d681ea19d558b4f9ffd4f7dd57832 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 9 Sep 2021 09:37:42 +0200 Subject: [PATCH] xss-lock: give more notification time --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 633bdd8..c01b45e 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -2,7 +2,7 @@ me="$(readlink -f "$0")" timeout=300 -notify=$((timeout/30)) +notify=$((timeout/20)) configure() { xset s $((timeout - notify)) $notify