commit 0dbf155857f36a27b161d1ab2972546f9366b3c7
parent 42903d2f4f4c2ac9c2d8c018cb899959ba338f7a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 15 Jan 2020 08:35:16 +0100
Increase timeout duration for xidle
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xprofile b/.xprofile
@@ -27,5 +27,5 @@ if [ "$(hostname)" = iddqd ]; then
evolution >/dev/null 2>&1 &
xautolock -time 20 -locker "/bin/xtrlock -b none" &
else
- xidle -program "/usr/local/bin/slock" -timeout 300 &
+ xidle -program "/usr/local/bin/slock" -timeout 600 &
fi