diff --git a/autostart/20_screen.sh b/autostart/20_screen.sh index 21c1906..a0c865f 100755 --- a/autostart/20_screen.sh +++ b/autostart/20_screen.sh @@ -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