Skip to content

Commit

Permalink
xset, xrandr: add example (tldr-pages#12823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored May 22, 2024
1 parent b7efa71 commit 0405da9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/linux/xrandr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 4 additions & 0 deletions pages/linux/xset.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@
- Enable DPMS (Energy Star) features:

`xset +dpms`

- Query information on any X server:

`xset -display :{{0}} q`

0 comments on commit 0405da9

Please sign in to comment.