# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END. xset s noblank xset s off xset -dpms unclutter -grab -visible & chromium --incognito --noerrdialogs --no-first-run --kiosk 192.168.2.100 & ( while true; do sleep 600; xdotool key --clearmodifiers "alt+0xff50"; done ) &