Merge branch 'home'

This commit is contained in:
2018-02-03 23:25:53 +01:00
5 changed files with 13 additions and 3 deletions

View File

@@ -2,7 +2,10 @@
printf '%s\n' "execute xautorandr" >>"$LOGFILE"
xautorandr
xautorandr &
printf '%s\n' "start compton" >>"$LOGFILE"
compton --backend glx --vsync opengl &
printf '%s\n' "disable screen blanking" >>"$LOGFILE"
xset -dpms & &>> $LOGFILE