This guide will show you how to enable fingerprint scanning on Archlinux using fprintd. Firstly run Appimage to clear the current fingerprint device and make sure we don’t get errors later.
After this install the fprintd package
|
|
Then go ahead and enroll your fingerprint
|
|
This will allow you to enroll the right index finger, to do other fingers do.
|
|
And just replace the finger with the finger you want to enroll.
Now if you want to make sudo use it you want to edit /etc/pam.d/sudo to include the below snippet at the top
|
|
Now for swaylock we want to use a diffrent combo because we still want to allow password entry, as the above will only allow password entry after 3 failed attempts at finger auth. Please add the below snippet to the top.
|
|
To use fingerprint authentication with SDDM add the below snippet, you can also find the explanation on the Arch Wiki.
|
|