-
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
[Feature Request] Add the ability to switch to a different monitor input when usb disconnected #7
Comments
That's a neat idea! I can see how this could be useful for many... I'll try to add something like this (in both Rust and Swift for completeness). |
Oh! My PR #20 only added it for Rust on my Mac. I don't know about Windows. |
That would be great for people like me with a personal computer and a company owned PC which I am not allowed to install software on |
Seems to be the only way my monitors will work as they will not accept a request to switch if they are not on that connection. Both machines set to do this so it changes the monitor input from the original machine to the new machine instead of vise versa. |
Any news on this? |
Going to look into this somewhen this or next week, most probably. As time permits. |
Awesome! thanks! |
Thanks!! Works great 👍 |
Works very well thank you. |
I actually wrote the code for this and it works, but I've never written rust before and I'm not sure how to make the extra configuration optional.
Here's the PR for anyone curious: https://github.com/shanempope/display-switch/pull/1/files
This way I only have to run it on one of my devices.
The text was updated successfully, but these errors were encountered: