From c002f9c09ed7c622c0439dfe6b3fa4361966b355 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 3 Jan 2021 11:15:13 +0100 Subject: [PATCH] xss-lock: double timeout --- bin/xss-lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xss-lock b/bin/xss-lock index f67b2a7..1617b8f 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -1,8 +1,8 @@ #!/bin/bash me="$(readlink -f "$0")" -timeout=300 -notify=10 +timeout=600 +notify=20 display=$(systemd-escape -- "$DISPLAY") configure() {