haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.83k stars 110 forks source link

Apply expected profile on startup [update: already does it] #90

Closed adosikas closed 2 years ago

adosikas commented 2 years ago

It seems display-switch currently just reacts to changes, but it could make sense to also apply the expected profile when starting.

This would avoid desync between monitor source and input source when the usb switch was changed without any device online (or without display-switch running).

For backwards compatibility, this should probably be an opt-in feature.

adosikas commented 2 years ago

Nvm, had it configured wrong, it already does this.