Browse Source

xset: add enable/disable DPMS examples (#7617)

Muhammad Falak R Wani 3 years ago
parent
commit
0316207aeb
1 changed files with 8 additions and 0 deletions
  1. 8 0
      pages/linux/xset.md

+ 8 - 0
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`