Screen does not turn on again when unlocking hyprlock with fingerprint on hypridle #13281
Unanswered
boerngen-schmidt
asked this question in
Bugs - Other
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi erveryone,
I'm using hyperidle and hyprlock to lock my screen. I also setup my fingerprint sensor and can successfully unlock using it.
The issue I'm facing is when hypridle turns off my screen and I just place my finger on the reader, it unlocks, but the screen stays off.
I have the following config:
I set the `hyprctl dispatch dpms on everywhere in the hope to make it work, but it doesn't. in the logs when executing hypridle (which modified config to lock after 5 seconds I see the command being executed, but the screen stays black
I'm not sure if it is a bug in either hyprlock or hypridle and before filing a bug report I'd like to get some feedback from the community.
Testing with the following command
sleep 1 && hyprctl dispatch dpms off -q && sleep 2 && hyprctl dispatch dpms on -qthe screen turns off and on again. What was wired is, that I had to use sleep before hyprctl dispatch, without the first sleep command I would not work.Have a good one!
Beta Was this translation helpful? Give feedback.
All reactions