From 8de3fee271a73fdedeb3b907cfe4aca02d8e7903 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 24 Sep 2021 09:46:31 +0200 Subject: [PATCH] xss-lock: notify earlier --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index c01b45e..c5f8d88 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -2,7 +2,7 @@ me="$(readlink -f "$0")" timeout=300 -notify=$((timeout/20)) +notify=$((timeout/10)) configure() { xset s $((timeout - notify)) $notify