Skip to content

Instantly share code, notes, and snippets.

@sampoder
Created February 16, 2021 15:54
Show Gist options
  • Save sampoder/f48e59f11e6cdadb3b42fe8bd9831432 to your computer and use it in GitHub Desktop.
Save sampoder/f48e59f11e6cdadb3b42fe8bd9831432 to your computer and use it in GitHub Desktop.

Setting Up The Pis

1. Piano

Run:

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

Add:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
/usr/bin/chromium-browser --kiosk  --disable-restore-session-state https://piano.innovweek.co

Exit.

Run:

sudo raspi-config

Go to the Boot Options menu

Select the Boot on Network option:

2. Rick Roll

Run:

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

Add:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
/usr/bin/chromium-browser --kiosk  --disable-restore-session-state https://rrm.innovweek.co

Exit.

Run:

sudo raspi-config

Go to the Boot Options menu

Select the Boot on Network option:

3. Drawing

Run:

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

Add:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
/usr/bin/chromium-browser --kiosk  --disable-restore-session-state https://draw.innovweek.co

Exit.

Run:

sudo raspi-config

Go to the Boot Options menu

Select the Boot on Network option:

4. Dancing

Run:

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

Add:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
/usr/bin/chromium-browser --kiosk  --disable-restore-session-state https://dance1.innovweek.co

Exit.

Run:

sudo raspi-config

Go to the Boot Options menu

Select the Boot on Network option:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment