mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 05:57:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,18 +12,22 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`brightnessctl {{[-l|--list]}}`
|
||||
|
||||
- Print the current brightness of the display backlight:
|
||||
- Print the current brightness of the default device:
|
||||
|
||||
`brightnessctl get`
|
||||
`brightnessctl {{[g|get]}}`
|
||||
|
||||
- Set the brightness of the display backlight to a specified percentage within range:
|
||||
- Print the current brightness of a specific device (can be a wildcard):
|
||||
|
||||
`brightnessctl set {{50%}}`
|
||||
`brightnessctl {{[g|get]}} {{[-d|--device]}} '{{device_name}}'`
|
||||
|
||||
- Increase brightness by a specified increment:
|
||||
- Set the brightness to a specified percentage:
|
||||
|
||||
`brightnessctl set {{+10%}}`
|
||||
`brightnessctl {{[s|set]}} {{50}}%`
|
||||
|
||||
- Decrease brightness by a specified decrement:
|
||||
- Increase brightness by a specified percentage:
|
||||
|
||||
`brightnessctl set {{10%-}}`
|
||||
`brightnessctl {{[s|set]}} +{{10}}%`
|
||||
|
||||
- Decrease brightness by a specified percentage:
|
||||
|
||||
`brightnessctl {{[s|set]}} {{10}}%-`
|
||||
|
||||
Reference in New Issue
Block a user