Enable compton

This commit is contained in:
2018-02-03 23:02:34 +01:00
parent e1d46d624b
commit 273b55b3d6

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