xset, xrandr: add example (#12823)
This commit is contained in:
@@ -26,3 +26,7 @@
|
|||||||
- Set the brightness for LVDS1 to 50%:
|
- Set the brightness for LVDS1 to 50%:
|
||||||
|
|
||||||
`xrandr --output {{LVDS1}} --brightness {{0.5}}`
|
`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:
|
- Enable DPMS (Energy Star) features:
|
||||||
|
|
||||||
`xset +dpms`
|
`xset +dpms`
|
||||||
|
|
||||||
|
- Query information on any X server:
|
||||||
|
|
||||||
|
`xset -display :{{0}} q`
|
||||||
|
Reference in New Issue
Block a user