# Disable Screensaver xset -dpms s off 2>&1 | tee /tmp/xset-log # Launch Chrome chromium-browser \ --no-first-run \ --disable \ --disable-translate \ --disable-infobars \ --disable-suggestions-service \ --disable-save-password-bubble \ --start-maximized \ --kiosk --app="{{ nocweburl }}?hostname=$(hostname -s)" & # Unclutter unclutter -idle 0 &