mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 11:35:58 +02:00
xset: add enable/disable DPMS examples (#7617)
This commit is contained in:
parent
7f40932188
commit
0316207aeb
1 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue