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

feature/windows-fix-syntax-2
Muhammad Falak R Wani 2022-01-18 19:25:05 +05:30 committed by GitHub
parent 7f40932188
commit 0316207aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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`