System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.