1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 15:42:09 +02:00

xset: add page (#7452)

This commit is contained in:
Minmo 2021-12-07 21:48:03 +01:00 committed by GitHub
parent 3548b22322
commit 42d003d7e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/xset.md Normal file
View file

@ -0,0 +1,12 @@
# 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`