Created
February 28, 2013 10:43
-
-
Save thinkl33t/5055844 to your computer and use it in GitHub Desktop.
Raspberry pi xsession
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ ! -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