From 42d003d7e1979af2efeefef21144a7aa4be7c0fb Mon Sep 17 00:00:00 2001 From: Minmo Date: Tue, 7 Dec 2021 21:48:03 +0100 Subject: [PATCH] xset: add page (#7452) --- pages/linux/xset.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/xset.md 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`