Auto start firefox-esr in kiosk mode on boot
From Nocrashwiki
- Create the autostart directory:
mkdir -p /home/pi/.config/autostart
- Open a new text file in your preferred editor.
- Add the following three lines:
[Desktop Entry] Type=Application Exec=mousepad Replace mouespad with the command of your choice.
- Save in /home/pi/.config/autostart with a name ending in .desktop e.g.
mousepad.desktop
- Logout and login or reboot.