From 88695ec847e5887606aea1970eef2a3e99d6ce7e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 8 Sep 2021 22:31:23 +0200 Subject: [PATCH] xss-lock: reduce timeout --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 016e4ba..633bdd8 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -1,7 +1,7 @@ #!/bin/bash me="$(readlink -f "$0")" -timeout=600 +timeout=300 notify=$((timeout/30)) configure() {