Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Raspberry Pi Kiosk Mode

huhn511 edited this page Apr 24, 2020 · 1 revision

Install dependencies

sudo apt-get install chromium-browser
sudo apt-get install unclutter

Activate Kiosk Mode

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Add this content:

@unclutter
@xset s off
@xset -dpms
@xset s noblank
@chromium-browser --incognito --kiosk http://openmarketplace.org/kiosk 
Clone this wiki locally