-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request]: Dim screen after inactivity #60
Comments
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). |
Being able to control dim timing with tools such as xss or xautolock would also be helpful. |
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. |
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 |
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.
The text was updated successfully, but these errors were encountered: