manjaro-tools/livecd/disable-dpms

7 lines
242 B
Text
Raw Normal View History

2014-12-09 00:17:46 +01:00
#!/bin/bash
## DPMS - Display Power Management Settings
## These are disabled by default to prevent auto-actions when
## the system is idle, such as screen blanking (10 mins) or
## suspending (1 hour).
(sleep 15s && xset -dpms; xset s off) &