Skip to content

Instantly share code, notes, and snippets.

@thinkl33t
Created February 28, 2013 10:43
Show Gist options
  • Save thinkl33t/5055844 to your computer and use it in GitHub Desktop.
Save thinkl33t/5055844 to your computer and use it in GitHub Desktop.
Raspberry pi xsession
[ ! -x "`which xset 2>/dev/null`" ] || xset s off &
[ ! -x "`which xset 2>/dev/null`" ] || xset -dpms &
[ ! -x "`which xset 2>/dev/null`" ] || xset s noblank &
[ ! -x "`which unclutter 2>/dev/null`" ] || unclutter -idle 10 -noevents &
sleep 5
/usr/bin/chromium-browser --incognito --kiosk http://your.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment