1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/linux/xset.md
2024-05-22 22:17:44 +02:00

28 lines
426 B
Markdown

# xset
> User preference utility for X.
> More information: <https://manned.org/xset>.
- Disable the screensaver:
`xset s off`
- Disable the bell sound:
`xset b off`
- Set the screensaver to start after 60 minutes of inactivity:
`xset s 3600 3600`
- Disable DPMS (Energy Star) features:
`xset -dpms`
- Enable DPMS (Energy Star) features:
`xset +dpms`
- Query information on any X server:
`xset -display :{{0}} q`