-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support different inputs on different monitors #3
Comments
This should be possible, and potentially quite a useful improvement. But: this looks like is a significant amount of work, I won't have cycles for this in the short term, sorry. |
Thanks for the response. I looked into achieving this via monitor name, but noticed (at least on my computers) that the Windows ddc api in rust doesn't return useful names. My next solution is to use an array of inputs since the ordering of monitors returned by both the MacOS and Windows apis appear consistent. However, MacOS does return useful monitor names which could be used in the configuration. However, that would result in the configuration for MacOS and Windows diverging which is (IMO) undesirable. Would you accept a pull-request which converts |
Thanks for a PR proposal! Yeah, that would work: an array instead of a single value. I agree that monitor order appears to be consistent: my left and right monitors never swap between them, no matter which one I connect first. I'd prefer the |
Thanks for the fix, much appreciated! |
I have two different monitors, and my computers uses different inputs on each. Would it be possible to somehow map the monitor to the desired input in the config file? Something like:
The text was updated successfully, but these errors were encountered: