snippetbashTip
xset — User preference utility for X. More information: <https://manned.org/xset>.
Viewed 0 times
preferencecommandclimoreuserforxsetutility
linux
Problem
How to use the
xset command: User preference utility for X. More information: <https://manned.org/xset>.Solution
xset — User preference utility for X. More information: <https://manned.org/xset>.Disable the screensaver:
xset s offDisable the bell sound:
xset b offSet the screensaver to start after 60 minutes of inactivity:
xset s 3600 3600Disable DPMS (Energy Star) features:
xset -dpmsEnable DPMS (Energy Star) features:
xset +dpmsQuery information on any X server:
xset -display :{{0}} qCode Snippets
Disable the screensaver
xset s offDisable the bell sound
xset b offSet the screensaver to start after 60 minutes of inactivity
xset s 3600 3600Disable DPMS (Energy Star) features
xset -dpmsEnable DPMS (Energy Star) features
xset +dpmsContext
tldr-pages: linux/xset
Revisions (0)
No revisions yet.