xset: add enable/disable DPMS examples (#7617)
This commit is contained in:

committed by
GitHub

parent
7f40932188
commit
0316207aeb
@@ -10,3 +10,11 @@
|
|||||||
- Set the screensaver to start after 60 minutes of inactivity:
|
- Set the screensaver to start after 60 minutes of inactivity:
|
||||||
|
|
||||||
`xset s 3600 3600`
|
`xset s 3600 3600`
|
||||||
|
|
||||||
|
- Disable DPMS (Energy Star) features:
|
||||||
|
|
||||||
|
`xset -dpms`
|
||||||
|
|
||||||
|
- Enable DPMS (Energy Star) features:
|
||||||
|
|
||||||
|
`xset +dpms`
|
||||||
|
Reference in New Issue
Block a user