Disable dpms
This commit is contained in:
parent
27680bedec
commit
730b6b5198
@ -414,6 +414,8 @@ step_preexecute() {
|
||||
if has xset; then
|
||||
log "Disabling bell"
|
||||
xset -b
|
||||
log "Disabling DPMS"
|
||||
xset s off -dpms
|
||||
fi
|
||||
}
|
||||
step_execute() {
|
||||
|
Loading…
Reference in New Issue
Block a user