🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.
Find a file
waydabber 30ac465034
3.0.0 bug fixes and enhancements
- Fixed not working after sleep mode for some on Apple Silicon Not working after sleep mode #530
- Fixed some LG and Samsung displays having problems with Mute (improved 'Enable Mute DDC command') - LG Monitor: have to unmute manually after muting #170
- Fixed app not working with multiple identical monitors on Intel - App does not work with multiple identical monitors #49
- Added 'Safe Mode' option - pressing the Shift key during startup resets preferences and disables DDC read.
- Upon first start if DDC is unreadable, default brightness/volume/contrast values are now set to a sensible 75% instead of 0%
- DDC write commands are issued twice on Intel (as it already was on Arm64) to improve stability on some setups.
- Make sure DDC communications don't happen in parallel when both slider menu and keyboard is used (this might have caused problems with some docks with multiple display outputs).
- Fixed volume control feedback audio (clicking sound) during key repeat (it should play on keyup only as this is the macOS standard).
- Fixed duplication of volume control feedback audio if there are multiple external displays and 'Change... for all screens' is enabled.
- Internal DDC library for Intel (based on the work of reitermarkus)
2021-09-01 20:39:29 +02:00
.github Update issue templates after label changes (#534) 2021-08-23 20:41:44 +02:00
docs Fix URL redirect for temporary webpage (#526) 2021-08-21 20:23:52 +02:00
MonitorControl 3.0.0 bug fixes and enhancements 2021-09-01 20:39:29 +02:00
MonitorControl.xcodeproj 3.0.0 bug fixes and enhancements 2021-09-01 20:39:29 +02:00
MonitorControlHelper 3.0.0 bug fixes and enhancements 2021-09-01 20:39:29 +02:00
.bartycrouch.toml Add Apple Silicon support & major revamp (3.0.0) (#520) 2021-08-21 13:18:54 +02:00
.gitignore Added a couple of basic entries back into gitignore 2020-09-19 14:17:33 +02:00
.swift-version Various Enhancements (#66) 2019-05-07 15:01:26 +02:00
.swiftformat Add open sound/brightness preferences from media keys (#168) 2020-05-31 18:06:30 +02:00
.swiftlint.yml Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453) 2021-06-15 21:55:53 +02:00
License.txt 🎉 1.0 2017-09-24 15:25:46 +02:00
README.md Add Apple Silicon support & major revamp (3.0.0) (#520) 2021-08-21 13:18:54 +02:00

App icon

MonitorControl - Now with Apple Silicon support!

Control your external display brightness and volume!
Use menulet sliders or the native Apple keyboard keys!
Shows native brightness and volume OSDs as well!


Screenshot


Download

Go to Releases and download the latest .dmg

Compatibility

  • macOS Mojave (10.14) and up (note: you can download version 2.1.0 for macOS Sierra 10.12 support)
  • Works with monitors controllable via DDC (or any other display via software dimming)

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 via this Terminal command:

git clone https://github.com/MonitorControl/MonitorControl.git

If you want to clone one of the branches, add --single-branch --branch [branchname] after the clone option.

You're all set ! Now open the MonitorControl.xcodeproj with Xcode! The dependencies will automatically get downloaded once you open the project. If they don't:

File > Packages > Resolve Package Versions

(In earlier XCode versions Packages menu is titled Swift Packages)

Third party dependencies

Contributors

Thanks