diff --git a/pages/linux/xset.md b/pages/linux/xset.md new file mode 100644 index 0000000000..56c6c66591 --- /dev/null +++ b/pages/linux/xset.md @@ -0,0 +1,12 @@ +# xset + +> User preference utility for X. +> More information: . + +- Disable the screensaver: + +`xset s off` + +- Set the screensaver to start after 60 minutes of inactivity: + +`xset s 3600 3600`