1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 06:15:41 +02:00

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

This commit is contained in:
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

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`