hyprwm / hyprlock

Hyprland's GPU-accelerated screen locking utility
BSD 3-Clause "New" or "Revised" License
824 stars 58 forks source link

ability to log in without hitting Enter key #563

Open victorballester7 opened 4 hours ago

victorballester7 commented 4 hours ago

Description

It would be nice to add an option that whenever the entered phrase matches the actual password, the log in process automatically starts, without having to click Enter key.

fufexan commented 4 hours ago

PAM doesn't work like that. This would require checking the password on every keypress. However, PAM introduces a delay of a few seconds each time the password is wrong. This would make logging in a very painful experience.