Open rmsc opened 5 days ago
IIRC this is fixed in hyprland-git, what is your hyprland version?
This is with hypridle-0.1.4, hyprland-0.42.0.
I just noticed there's a new 0.1.5 release, does it include the fix? Thanks!
hyprland release. 0.42.0 is very, very outdated.
When a
listener is triggeredLock event is received, it seems to resume all listeners. Not sure if this happens by design, but it's not what I would expect.With the test config bellow, the screen dims, then turns off, and then comes back on again after locking. I believe it should stay off even when locking is happening:
Here's the relevant log output:
This also happens when we switch the order to dim->lock->dpms, which is arguably the most common use case. When the lock event comes, the screen lights up and stays that way until the dpms listener gets triggered.