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
- Host: GitHub
- URL: https://github.com/pierce01/monitorres
- Owner: Pierce01
- Created: 2024-03-28T05:01:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T05:53:11.000Z (about 2 years ago)
- Last Synced: 2025-07-14T13:04:22.394Z (11 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```