mirror of https://github.com/CrimsonTome/tldr.git
13 lines
214 B
Markdown
13 lines
214 B
Markdown
|
# xset
|
||
|
|
||
|
> User preference utility for X.
|
||
|
> More information: <https://manned.org/xset>.
|
||
|
|
||
|
- Disable the screensaver:
|
||
|
|
||
|
`xset s off`
|
||
|
|
||
|
- Set the screensaver to start after 60 minutes of inactivity:
|
||
|
|
||
|
`xset s 3600 3600`
|