xrandr: add brightness and q examples (#4417)

This commit is contained in:
Anna 2020-10-03 07:33:51 +05:00 committed by GitHub
parent 77f1cb8009
commit e4980a2191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,11 @@
- Disable the VGA1 output:
`xrandr --output {{VGA1}} --off`
- Set brightness for LVDS1 to 50%:
`xrandr --output {{LVDS1}} --brightness {{0.5}}`
- See display hardware information:
`xrandr -q`