Enable debug logging and ignore empty password

This commit is contained in:
Andrew Scott 2024-02-25 20:32:38 -05:00
parent c82dcfb510
commit 3fc10d15b7
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -12,6 +12,8 @@ if pgrep -u "$user" -x waylock >/dev/null; then
else
waylock \
-fork-on-lock \
-log-level debug \
-ignore-empty-password \
-init-color 0x000000 \
-fail-color 0x000000 \
-input-color 0x525c62 \