Sddm: Difference between revisions

Phobos (talk | contribs)
mNo edit summary
Phobos (talk | contribs)
mNo edit summary
Line 38: Line 38:


=== Disable/Enable fprint ===
=== Disable/Enable fprint ===
With fprint enabled on the system, SDDM will expect a fingerprint after entering any password. SDDM does not show any prompt for this and this will time out after some time and SDDM will attempt to use your entered password. If you have your fingerprints enrolled, you can press enter and use your fingerprint reader. Find additional options for fprint on the [[Fingerprint scanner]] page.
With fprint enabled on the system, SDDM will expect a fingerprint after entering any password. SDDM does not show any prompt for this and this will time out after some time and SDDM will attempt to use your entered password. If you have your fingerprints enrolled, you can press enter and use your fingerprint reader. You may find additional options for fprint as well as information on enrolling fingerprints on the [[Fingerprint scanner]] page.


==== Enable fprint system wide ====
==== Enable fprint system wide ====
You can enable this behavior by enabling fprint. You will need to use a method to enroll your fingerprints, desktop environments such as KDE have GUI for doing so.
You can enable this behavior by enabling fprint.
{{File|3=services.fprintd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}
{{File|3=services.fprintd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}