mirror of https://github.com/CrimsonTome/tldr.git
xset, xrandr: add example (#12823)
parent
b7efa713aa
commit
0405da97ab
|
@ -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…
Reference in New Issue