You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR: How Windows requires you to click before you can enter your password, or how an iphone requires you to slide to unlock to prompt the pin/password.
Caedis
changed the title
Initialize pam module on click
[Feature Request] Initialize pam module on click/enter (screen before password entry)
Nov 16, 2024
Description
TLDR: How Windows requires you to click before you can enter your password, or how an iphone requires you to slide to unlock to prompt the pin/password.
Currently, the prompt is hardcoded to
Password:
at https://github.com/hyprwm/hyprlock/blob/main/src/core/Auth.cpp#L82, but I use my yubikey for unlocking so I have to hit enter to get the pam_module to initialize and actually access the key.Should also work for #538
The text was updated successfully, but these errors were encountered: