Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-23 00:13:58 +00:00
parent ae53e48342
commit 9e6047a02d
15 changed files with 43 additions and 12 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Set the brightness for LVDS1 to 50%:
`xrandr --output {{LVDS1}} --brightness {{0.5}}`
- Display the current state of any X server:
`xrandr --display :{{0}} --query`

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Enable DPMS (Energy Star) features:
`xset +dpms`
- Query information on any X server:
`xset -display :{{0}} q`