Ensure hyprlock only looks for a fingerprint auth when that's configured

This should eradicate the first failed auth attempt after
sleep/hibernation
This commit is contained in:
David Heinemeier Hansson
2026-02-06 11:24:12 +01:00
parent c268fb6c9b
commit bd8b12b23b
3 changed files with 8 additions and 1 deletions

View File

@@ -39,5 +39,5 @@ input-field {
}
auth {
fingerprint:enabled = true
fingerprint:enabled = false
}