mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
xset, xrandr: add example (#12823)
This commit is contained in:
parent
b7efa713aa
commit
0405da97ab
2 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -22,3 +22,7 @@
|
|||
- Enable DPMS (Energy Star) features:
|
||||
|
||||
`xset +dpms`
|
||||
|
||||
- Query information on any X server:
|
||||
|
||||
`xset -display :{{0}} q`
|
||||
|
|
Loading…
Add table
Reference in a new issue