hyprlock/src
Jérémie Rodon 9f1ff2af51 fix(fingerprint): prevent sensor timeout on long-running sessions
Introduces an inactivity timeout mechanism that pauses fingerprint verification after a configurable period (default: 0 second/disabled) when no user input is detected. This prevents some device drivers from disconnecting or disabling the sensor during extended lock sessions.

The verification automatically resumes when user activity is detected (mouse movement, clicks, or keyboard input). The sensor is properly released when paused and re-claimed when resuming.

May fixe #702 though that's unclear as the issue is not well documented
2026-05-09 11:02:51 +02:00
..
auth fix(fingerprint): prevent sensor timeout on long-running sessions 2026-05-09 11:02:51 +02:00
config fix(fingerprint): prevent sensor timeout on long-running sessions 2026-05-09 11:02:51 +02:00
core fix(fingerprint): prevent sensor timeout on long-running sessions 2026-05-09 11:02:51 +02:00
helpers core: use Hyprutils::CLI (#977) 2026-03-31 14:56:08 +00:00
renderer input-field: fix placeholder not updating correctly (#995) 2026-04-17 14:08:58 +00:00
defines.hpp core: migrate to Hyprutils::CAsyncResourceGatherer and improve resource handling (#879) 2025-10-08 08:45:09 +00:00
main.cpp core: use Hyprutils::CLI (#977) 2026-03-31 14:56:08 +00:00