From 0316207aeb9944061c11fc06a129aea88f45eae9 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Tue, 18 Jan 2022 19:25:05 +0530 Subject: [PATCH] xset: add enable/disable DPMS examples (#7617) --- pages/linux/xset.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/xset.md b/pages/linux/xset.md index 56c6c6659..c98e521ba 100644 --- a/pages/linux/xset.md +++ b/pages/linux/xset.md @@ -10,3 +10,11 @@ - Set the screensaver to start after 60 minutes of inactivity: `xset s 3600 3600` + +- Disable DPMS (Energy Star) features: + +`xset -dpms` + +- Enable DPMS (Energy Star) features: + +`xset +dpms`