Kiosk Mode
Feb 2020
Hide the Mouse Cursor
Disable the Screensaver
Auto Start a Browser
Last updated
Was this helpful?
Feb 2020
Last updated
Was this helpful?
Was this helpful?
$ sudo apt-get install unclutter$ sudo service lightdm restart@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@xset s off
@xset -dpms
@xset s noblank
@/home/pi/run.sh$ touch /home/pi/run.sh$ chmod +x /home/pi/run.sh#!/bin/sh
/usr/bin/chromium-browser --app=http://your-site
--kiosk
--noerrdialogs
--disable-session-crashed-bubble
--disable-infobars
--check-for-update-interval=604800
--disable-pinch
--start-fullscreen