Add chromium-browser startup.
This commit is contained in:
parent
802a4291d4
commit
69249dea4a
2
dist/.xsession
vendored
2
dist/.xsession
vendored
@ -8,4 +8,6 @@ xset s noblank # don't blank the video device
|
|||||||
|
|
||||||
unclutter -idle 5 -root & # hide cursor afer 5 seconds of inactivity
|
unclutter -idle 5 -root & # hide cursor afer 5 seconds of inactivity
|
||||||
|
|
||||||
|
~/on-pi-startup.sh &
|
||||||
|
|
||||||
exec matchbox-window-manager -use_titlebar no
|
exec matchbox-window-manager -use_titlebar no
|
||||||
|
|||||||
4
dist/on-pi-startup.sh
vendored
Executable file
4
dist/on-pi-startup.sh
vendored
Executable 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"
|
||||||
Loading…
Reference in New Issue
Block a user