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
Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and download the latest `.dmg`
48
47
48
+
## Major features
49
+
50
+
- Control your display's brightness, volume and contrast!
51
+
- Shows native OSD for brightness and volume.
52
+
- Supports multiple protocols to adjust brightness: DDC for external displays (brightness, contrast, volume), native Apple porotocol for Apple and built-in displays, Gamma table control for software adjustment (recommended for OLED), shade control for AirPlay, Sidecar and Display Link devices.
53
+
- Supports smooth brightness transitions.
54
+
- Seamlessly combined hardware and software dimming extends dimming beyond the minimum brightness available on your display.
55
+
- Synchronize brightness from built-in and Apple screens - replicate Ambient light sensor and touch bar induced changes to a non-Apple external display!
56
+
- Sync up all your displays using a single slider or keyboard shortcuts.
57
+
- Allows dimming to full black (advanced feature).
58
+
- Support for custom keyboard shortcuts as well as standard brightness and media keys on Apple keyboards.
59
+
- Dozens of customization options to tweak the inner workings of the app to suit Your hardware and needs (don't forget to enable `Show advanced settings` in app Preferences).
60
+
- Modern, stylish and highgly customizable menulet reflecting the design of Control Control introduced in Big Sur.
61
+
- Simple, unobstrusive UI to blend in to the general aesthetics of macOS (even the menu icon can be hidden).
62
+
- Supports automatic updates for a hassle-free expereince.
63
+
- <b>The best app of its kind, completely FREE (donations accepted) with the source code transparently available!</b>
64
+
65
+
## How to install and use the app
66
+
67
+
1.[Download the app](https://github.com/MonitorControl/MonitorControl/releases)
68
+
2. Copy the MonitorControl app file from the .DMG to your Applications folder
69
+
3. Click on the `MonitorControl` app file
70
+
4. Add the app to `Accessibility` under `System Preferences` » `Security & Privacy` » `Privacy` as prompted (this is required only if you wish to use the native Apple keyboard brightness and media keys - if this is not the case, you can safely skip this step).
71
+
5. Use your keyboard or the sliders in the app menu (a brightness symbol in the macOS menubar as shown on the screenshot above) to control your displays.
72
+
6. Open `Preferences...` for customization options (enable `Show advanced settings` for even more options).
73
+
7. You can set up custom keyboard shortcuts under the `Keyboard` in Preferences (the app uses Apple media keys by default).
74
+
8. If you have any questions, go to [Discussions](https://github.com/MonitorControl/MonitorControl/discussions)!
@@ -56,6 +92,8 @@ Go to [Releases](https://github.com/MonitorControl/MonitorControl/releases) and
56
92
57
93
_* With some limitations - full functionality available on macOS 11 Big Sur or newer._
58
94
95
+
Note to f.lux users: the app is now compatible with [f.lux](https://justgetflux.com) as well - please activate `Avoid gamma table manipulation` under `Preferences` » `Displays` (this option is accessible if advanced settings are enabled)! This is not needed if you use Night Shift.
96
+
59
97
## How to help
60
98
61
99
Open [issues](https://github.com/MonitorControl/MonitorControl/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.
@@ -73,17 +111,16 @@ MonitorControl supports localization. We gladly welcome your contribution with a
If you want to clone one of the branches, add `--single-branch --branch [branchname]` after the `clone` option.
83
-
84
-
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:
85
-
86
-
`File > Packages > Resolve Package Versions`
122
+
- If you want to clone one of the branches, add `--single-branch --branch [branchname]` after the `clone` option.
123
+
- 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`
87
124
88
125
### Third party dependencies
89
126
@@ -106,8 +143,6 @@ You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode! The depende
106
143
-[@Bensge](https://github.com/Bensge/) - (used some code from his project [NativeDisplayBrightness](https://github.com/Bensge/NativeDisplayBrightness))
107
144
-[@nhurden](https://github.com/nhurden/) (for the original MediaKeyTap)
0 commit comments