mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Enable debug logging and ignore empty password
This commit is contained in:
parent
c82dcfb510
commit
3fc10d15b7
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue