diff --git a/configure-gallium.sh b/configure-gallium.sh index a707e69..be7268a 100644 --- a/configure-gallium.sh +++ b/configure-gallium.sh @@ -52,9 +52,9 @@ function configureMachine() { chmod +x /home/${SUDO_USER}/moonlight.sh cat <<- 'STARTUP' >> /home/${SUDO_USER}/.profile if [ -z "$SSH_CLIENT" ] ; then - xset -dpms - xset s off - xset s noblank + xset -dpms + xset s off + xset s noblank $HOME/moonlight.sh fi STARTUP