-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow configuring brightness settings per display #21
Comments
+1 for this, or being able to set minimum brightness per monitor when adjusting for sunset/sunrise brightnesses so that the brightness can stay consistent during the times its not adjusting. |
+1 , perhaps the option to turn the app off for specific displays might also be handy |
How about you disable DDC for that monitor? The SSB will not work for that monitor then. |
There is now support for this in the latest release, although you will need to configure it manually. You will need to edit the config file: You can set monitor overrides like this:
You can also disable brightness for that device:
The keys and patterns can be found by calling:
I will be working on a GUI for this soon to make it more friendly. Please let me know if this is suitable for you? |
Sounds reasonable. |
This is now available in the 2.1.0 release: https://github.com/jacob-pro/solar-screen-brightness/releases/tag/2.1.0 |
This is a simple and effective app!
I have two different displays, and as a result they require different brightness settings.
I think starting simple should be enough (get devices and display brightness setting for each of them, and store them in config by their device id). Might need to take care of being able to disable per device (or at least support the case when low/high brightness is the same value).
Per monitor/device brightness settings is mentioned under planned features, just making an issue to provide a use case.
The text was updated successfully, but these errors were encountered: