tldr/pages/osx/brightness.md

16 lines
246 B
Markdown
Raw Normal View History

2018-11-06 01:36:33 +03:00
# brightness
> Get and set the brightness level of all internal and certain external displays.
- Show current brightness:
`brightness -l`
- Set the brightness to 100%::
`brightness {{1}}`
- Set the brightness to 50%::
`brightness {{0.5}}`