xsecurelock: reduce timeout for authentication dialog

This commit is contained in:
Vincent Bernat 2021-12-09 08:35:23 +01:00
parent 09e57c6534
commit 2c4f2fb431

View file

@ -40,6 +40,7 @@ case "$1" in
XSECURELOCK_SAVER_DELAY_MS=500 \ XSECURELOCK_SAVER_DELAY_MS=500 \
XSECURELOCK_FONT="Iosevka" \ XSECURELOCK_FONT="Iosevka" \
XSECURELOCK_BLANK_TIMEOUT=-1 \ XSECURELOCK_BLANK_TIMEOUT=-1 \
XSECURELOCK_AUTH_TIMEOUT=10 \
xsecurelock xsecurelock
echo "lock: unlock screen" echo "lock: unlock screen"
# After unlocking screen, stop dimmer, restore notifications # After unlocking screen, stop dimmer, restore notifications