Created
January 20, 2017 06:40
-
-
Save gestadieu/6605369995844602c7d65be732f1ca76 to your computer and use it in GitHub Desktop.
Kiosk Mode for Raspbian Jessie (2017-01-11) with PIXEL, using Chromium browser
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
# autostart file in ~./.config/lxsession/LXDE-pi/ | |
@lxpanel --profile LXDE-pi | |
@pcmanfm --desktop --profile LXDE-pi | |
#@xscreensaver -no-splash | |
#@point-rpi | |
@xset s off #no screensaver | |
@xset -dpms #no energy saving | |
@xset s noblank | |
@sed -i 's/"exited_cleanly":false/"exited_cleanly": true/' ~/.config/chromium/Default/Preferences | |
@chromium-browser --incognito --noerrdialogs --disable-translate --kiosk {{your-url-here}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment