https://github.com/maraf/monitorinputswitcher
Highly opinionated way to switch monitor input
https://github.com/maraf/monitorinputswitcher
Last synced: 4 months ago
JSON representation
Highly opinionated way to switch monitor input
- Host: GitHub
- URL: https://github.com/maraf/monitorinputswitcher
- Owner: maraf
- License: apache-2.0
- Created: 2021-11-26T17:19:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T13:03:55.000Z (over 1 year ago)
- Last Synced: 2025-09-26T09:37:06.873Z (9 months ago)
- Language: C#
- Homepage: https://www.neptuo.com/project/desktop/monitorinputswitcher
- Size: 354 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MonitorInputSwitcher
Highly opinionated way to switch monitor input

## Download
https://apps.neptuo.com/monitor-input-switcher/
## Example configuration
Having three monitors
- 0 named "Center"
- 1 named "Right"
- 2 named "Left"
```json
{
"Version": 2,
"Monitors": {
"0": "Center",
"1": "Right",
"2": "Left"
},
"Computers": {
"M11R": {
"Center": 1,
"Left": 1,
"Right": 1
},
"W": {
"Center": 2,
"Left": 2,
"Right": 2
}
}
}
```