Execute xautorandr on startup.

This commit is contained in:
2015-11-05 03:16:41 +01:00
parent e7cc7d83a0
commit f171dd408d

View File

@@ -1,3 +1,7 @@
log "execute xautorandr"
xautorandr
log "disable screen blanking"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE