mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
PR #59 with enhancements and fixes (Changes done by @JoniVR): - Code migration to **Swift 4.2** - **Fixed** the **MonitorControl scheme** which was gone for me - **Updated the screenshots and readme** - **Added a feature that detects the default sound output device and only intercepts when an external display is set as default output**, so Airpods, internal macbook volume and other non-monitor devices will be ignored (#48, #15) - **Fixed app unresponsiveness and high CPU on launch** (might be related to #50, #37, please do keep in mind that on initial launch there will still be a little unresponsiveness because the underlying framework - called [ddcctl](https://github.com/kfix/ddcctl) - attempts to read your volume settings 10 times) - Added a **version and build number** to the main preferences panel:  - Added a build script that increases the build number on each run. Version number still needs to be set manually. - refactored some parts of the code to make it a bit more readable.
3.1 KiB
3.1 KiB
MonitorControl
Control your external monitor brightness, contrast or volume directly from a menulet or with keyboard native keys.


Bonus: Using keyboard keys displays the native osd
Download
Go to Release and download the latest .dmg
How to help
Open issues if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.
How to build
Required
Clone the project
git clone https://github.com/the0neyouseek/MonitorControl.git --recurse-submodules
Then download the dependencies with Cocoapods
$ pod install
You're all set ! Now open the MonitorControl.xcworkspace with Xcode
Third party dependencies
Support
- macOS Sierra (
10.12) and up. - Works with monitors compatible with @kfix/ddcctl
Thanks
- @bluejamesbond (Original developer)
- @Tyilo (Fork)
- @Bensge - (Used some code from his project NativeDisplayBrightness)
- @nhurden (For the original MediaKeyTap)
- @kfix (For ddcctl)