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

https://github.com/pierce01/monitorres

Change monitor resolution based on mouse pointer
https://github.com/pierce01/monitorres

Last synced: 11 months ago
JSON representation

Change monitor resolution based on mouse pointer

Awesome Lists containing this project

README

          

# MonitorRes
Simple monitor controller that I use to change my monitor resolution from the command line!

### Displaying supported resolutions
Usage: `./exe`
### Changing Resolutions
Usage: `./exe [x] [y]` (`./exe 1080 920`)\
Entering `1` will keep the changed resolution, and anything else to revert the most recent change.

## Building
```
mkdir build
cd build/
cmake ..
cmake --build . --config Release
```