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