wluma icon indicating copy to clipboard operation
wluma copied to clipboard

[Feature request]: Dim screen after inactivity

Open ppebb opened this issue 3 years ago • 4 comments

Please describe your feature request

Some config option to dim the screen after some amount of time of inactivity would be very useful. Since I am already running wluma to control brightness, I'd prefer not to have to run another daemon just to lower brightness after some time.

ppebb avatar Nov 01 '22 23:11 ppebb

Interesting scenario to consider, many thanks for sharing! I can't say at the moment whether I think it's the right move to incorporate it in wluma or to let two daemons do one thing right, but in any case, we should have a decent support for this, wluma should not conflict with lowering brightness on inactivity, it should neither learn the lowered brightness as the data point (which would negatively affect the prediction algorithm).

max-baz avatar Nov 02 '22 00:11 max-baz

Being able to control dim timing with tools such as xss or xautolock would also be helpful.

ppebb avatar Nov 15 '22 01:11 ppebb

it should neither learn the lowered brightness as the data point (which would negatively affect the prediction algorithm).

On GNOME, it appears to be doing this. If you enable GNOME's auto-dimming in power settings and let it sit for a while, you'll see wluma learning the dimmed brightness as a data point and then the actual one again when you interact with the machine again in the debug log.

Atemu avatar May 22 '24 10:05 Atemu

It does this with hyperidle too; i'm not sure whether it would be possible to specify over dbus whether a brightness change was initiated by a program or not but that might be worth looking into

taciturnaxolotl avatar Jul 26 '24 20:07 taciturnaxolotl