mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
brightness: add page (#2540)
This commit is contained in:
parent
24b670aba2
commit
a0768ac59c
1 changed files with 15 additions and 0 deletions
15
pages/osx/brightness.md
Normal file
15
pages/osx/brightness.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue