Skip to content

Comments

fix(fingerprint): prevent sensor timeout on long-running sessions#962

Open
JeremieRodon wants to merge 1 commit intohyprwm:mainfrom
JeremieRodon:feat/fp_verif_timeout
Open

fix(fingerprint): prevent sensor timeout on long-running sessions#962
JeremieRodon wants to merge 1 commit intohyprwm:mainfrom
JeremieRodon:feat/fp_verif_timeout

Conversation

@JeremieRodon
Copy link

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

See #955 for more context and history on this PR.

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 hyprwm#702 though that's unclear as the issue is not well documented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant