You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2018. It is now read-only.
Adds the missing feature to disable a monitor on your Mac!
Easily disable, enable or change the resolution of a monitor!
Warning
It has been reported that the software is able to cause irretrievable damages to your computer. Use at your own risk!
The project development has been stopped and won't be continued, if you want to be a maintainer consider opening an issue.
Console Usage
You can use DisableMonitor with the console.
Following switches are available:
$ /Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --help
usage: DisableMonitor [options]
Options:
-l, --list list all attached monitors
-d, --disable ID disable monitor with specified id
-e, --enable ID enable monitor with specified id
-h, --help show this help
Example Usage:
$ /Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --list
ID Name
----------- -----------------
188823026 SyncMaster (1)
188834480 SyncMaster (2)
----------- -----------------
$ /Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --disable 188834480
(More switches might be coming)
Contribution
You can contribute to this project! Just create a fork, do the changes and do a pull request.
Add new features, languages or what ever you think could enhance the app.