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
027140b7315efe3cd2e7b78fa608bd36da839894 is the first bad commit
commit 027140b7315efe3cd2e7b78fa608bd36da839894
Author: Maximilian Seidler <[email protected]>
Date: Wed Sep 4 15:59:00 2024 +0000
sessionLock: ensure sls focus in some edge cases (#7647)
* input: return early in mouseMoveUnified when the session is locked
* sessionLock: make make a commit an opportunity to focus session lock surfaces
* compositor: allow resetting focus when session is locked
* input: remove redundant PMONITOR checks
PMONITOR is checked above
* input: check isSessionLocked earlier in mouseMoveUnified
A bit of reordering, so that we don't call some stuff that is irrelevant
when the session is locked
src/Compositor.cpp | 2 +-
src/managers/SessionLockManager.cpp | 3 +++
src/managers/input/InputManager.cpp | 56 ++++++++++++++++++++++++++++----------------------------
3 files changed, 32 insertions(+), 29 deletions(-)
Description
dpms off when using hypridle does not work, monitors reactivate immediately
How to reproduce
Use hyprlock to run hyprctl dispatch dpms off after 10 seconds on lock screen.
Screen turns back on immediately with no input
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered:
Regression?
Yes
System Info and Version
Description
dpms off when using hypridle does not work, monitors reactivate immediately
How to reproduce
Use hyprlock to run
hyprctl dispatch dpms off
after 10 seconds on lock screen.Screen turns back on immediately with no input
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered: