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`