I’ve noticed that my fingerprint reader stops working after laptop goes to sleep.
sudo nano /lib/systemd/system-sleep/fingerprint-reset
#!/bin/sh
case "$1" in
post)
systemctl restart python3-validity
;;
esacsudo chmod +x /lib/systemd/system-sleep/fingerprint-reset
Now you can test suspend and running fprintd-verify in terminal will work.
