Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
- Change the brightness (option 0x10) of display 1 to 50%:
`ddcutil --display {{1}} setvcp {{10}} {{50}}`
`ddcutil {{[-d|--display]}} {{1}} setvcp {{10}} {{50}}`
- Increase the contrast (option 0x12) of display 1 by 5%:
`ddcutil -d {{1}} setvcp {{12}} {{+}} {{5}}`
`ddcutil {{[-d|--display]}} {{1}} setvcp {{12}} {{+}} {{5}}`
- Read the settings of display 1:
`ddcutil -d {{1}} getvcp {{ALL}}`
`ddcutil {{[-d|--display]}} {{1}} getvcp {{ALL}}`