# turn off screen blanking setterm -blank 0 -powersave off -powerdown 0 xset -dpms # turn off screensaver xset s off # auto-hide mouse cursor after a brief delay unclutter& # make sure firefox doesn't try to resume an old session # note that you'll need to replace /home/ubuntu with your home folder find /home/ubuntu/.mozilla/firefox -name 'sessionstore.js' -exec rm {} \; # start firefox /usr/bin/firefox -URL "[REDPOST URL+CID]" -fullscreen & # start fluxbox # note that you'll need to change this to whatever your window manager is # we use fluxbox because it's small and memory/processor efficient exec /usr/bin/startfluxbox