Skip to content

Instantly share code, notes, and snippets.

@pikesley
Created March 10, 2015 11:53
Show Gist options
  • Save pikesley/f4205ed1152e15e19cfe to your computer and use it in GitHub Desktop.
Save pikesley/f4205ed1152e15e19cfe to your computer and use it in GitHub Desktop.
RasPi kiosk mode
This is /home/pi/.config/lxsession/LXDE-pi/autostart
@~/runbrowser
This is /home/pi/runbrowser
#!/bin/bash
BROWSER_COMMAND="/usr/bin/midori -e Fullscreen -a"
URL=http://localhost:3000
echo ${BROWSER_COMMAND} ${URL}
${BROWSER_COMMAND} ${URL}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment