xset, xrandr: add example (#12823)

This commit is contained in:
Managor 2024-05-22 23:17:44 +03:00 committed by GitHub
parent b7efa713aa
commit 0405da97ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -26,3 +26,7 @@
- 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

@ -22,3 +22,7 @@
- Enable DPMS (Energy Star) features:
`xset +dpms`
- Query information on any X server:
`xset -display :{{0}} q`