commit 57b356d65876e3169111179d665f88a49aafd6ac
parent ae68c9ad7f3f8384977157b047944776c597b20d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 15 Apr 2020 10:24:18 +0200
Use default locker program (xlock)
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 600 &
+ xidle -timeout 600 &
fi