Skip to content

Anyone know how to disable macOS auto brightness using defaults from the commandline? #4359

Answered by waydabber
lgarron asked this question in Q&A
Discussion options

You must be logged in to vote

You can try this:

betterdisplaycli set -n=DISPLAYNAME -autoBrightness=off

https://github.com/waydabber/BetterDisplay/wiki/Integration-features,-CLI

Alternatively you can probably interact with this by creating a custom preset and altering the disableAutoBrightness setting, but for that you need a programmatic approach and use undocumented APIs. Not sure about the effectiveness of directly editing the plist you mentioned (did not try that).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lgarron
Comment options

Answer selected by waydabber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants