
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.
5 lines
157 B
Bash
5 lines
157 B
Bash
yay -S --noconfirm --needed polkit-gnome
|
|
systemctl --user stop hyprpolkitagent
|
|
systemctl --user disable hyprpolkitagent
|
|
yay -Rns --noconfirm hyprpolkitagent
|