An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# MonitorInputSwitcher
Highly opinionated way to switch monitor input

![Screenshot](assets/screenshot.png)

## 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
}
}
}
```