Skip to content

Instantly share code, notes, and snippets.

@weednation12
Last active September 16, 2016 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weednation12/07179b7d5edda8e690d364426c42f9c8 to your computer and use it in GitHub Desktop.
Save weednation12/07179b7d5edda8e690d364426c42f9c8 to your computer and use it in GitHub Desktop.
Raspberry Pi Kiosk-Mode, Remember to "sudo nano /etc/rs.local" and "sudo xinit ./home/pi/startB &" before exit
#!/bin/sh
xset -dpms # disable DPMS (Energy Star) features.
xset s off # disable screen saver
xset s noblank # don't blank the video device
matchbox-window-manager -use_cursor no -use_titlebar no &
WEBKIT_DISABLE_TBS=1 epiphany-browser -a --profile /home/pi/.config http://site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment