Add chromium-browser startup.

This commit is contained in:
Jarno Rantanen 2016-01-23 13:07:16 +02:00
parent 802a4291d4
commit 69249dea4a
2 changed files with 6 additions and 0 deletions

2
dist/.xsession vendored
View File

@ -8,4 +8,6 @@ xset s noblank # don't blank the video device
unclutter -idle 5 -root & # hide cursor afer 5 seconds of inactivity
~/on-pi-startup.sh &
exec matchbox-window-manager -use_titlebar no

4
dist/on-pi-startup.sh vendored Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# http://peter.sh/experiments/chromium-command-line-switches/
chromium-browser --start-fullscreen "https://github.com/futurice/chilipie-kiosk"