Fix autostart

This commit is contained in:
2017-08-26 11:31:18 +02:00
parent 4faeb99007
commit ea8cd5ba83
10 changed files with 0 additions and 0 deletions

9
autostart/20_screen.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
printf '%s\n' "execute xautorandr" >>"$LOGFILE"
xautorandr
printf '%s\n' "disable screen blanking" >>"$LOGFILE"
xset -dpms & &>> $LOGFILE
xset s off & &>> $LOGFILE