Switch to polkit-gnome to make fingerprint authentication work better

hyprpolkit was not designed well for fingerprint authentication. It
doesn't allow you to easily deal with both fingerprints and passwords in
the same configuration.
This commit is contained in:
David Heinemeier Hansson
2025-07-09 20:26:43 -04:00
parent 5f46b7560e
commit d2598464d6
4 changed files with 24 additions and 5 deletions

4
migrations/1752104271.sh Normal file
View File

@ -0,0 +1,4 @@
yay -S --noconfirm --needed polkit-gnome
systemctl --user stop hyprpolkitagent
systemctl --user disable hyprpolkitagent
yay -Rns --noconfirm hyprpolkitagent