summaryrefslogtreecommitdiff
path: root/autolocker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autolocker.sh')
-rwxr-xr-xautolocker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autolocker.sh b/autolocker.sh
index 9f6a894..f7b0b2a 100755
--- a/autolocker.sh
+++ b/autolocker.sh
@@ -10,7 +10,7 @@ else
xautolock \
-detectsleep \
-killtime 10 \
- -killer "acpiconf -s3" \
+ -killer "doas acpiconf -s3" \
-notify 10 \
-time 10 \
-locker "i3lock -n -f -c 000000 -i ~/.local/share/wallpapers/lock.png; sleep 0.2" \