Assumptions:
- You have
fprintdinstalled already, following the Arch wiki. - You have enrolled your fingerprints.
Install polkit:
sudo pacman -S polkit
Create a polkit-1 file in pam.d:
sudo nano /etc/pam.d/polkit-1
#%PAM-1.0
auth sufficient pam_fprintd.so
auth include system-auth
account include system-auth
password include system-auth
session include system-auth
Testing:
pkexec whoami
You should see the system authentication prompt and it should prompt for your fingerprint as well.
To Bitwarden:
In Settings -> Security, check “Unlock with system authentication”. Then close the settings and lock the vault with either the menu item or Ctrl+L.