https://bugs.kde.org/show_bug.cgi?id=466345

--- Comment #2 from Jakob Petsovits <jpe...@petsovits.com> ---
Still an issue on Plasma 6.0.4. The main challenge is that the code for turning
off the display on "Esc" doesn't go through PowerDevil (which generally handles
all of the keyboard backlight stuff) and instead goes to X11 or KWin/Wayland
directly, via KScreen::Dpms. So in order for PowerDevil to react to this, we
need PowerDevil's own KScreen::Dpms instance to observe the current DPMS state
of the (primary?) display and adjust keyboard brightness based on that.

I don't know if KWin's DPMS protocol (https://wayland.app/protocols/kde-dpms)
will update other processes when the DPMS state changes. Would be worth
exploring though, and we could use the opportunity to further decouple display
vs. keyboard backlight code.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to