# HADashboard Kiosk Setup ## Inspiration / Further Reading - [https://blockdev.io/raspberry-pi-2-and-3-chromium-in-kiosk-mode/](https://blockdev.io/raspberry-pi-2-and-3-chromium-in-kiosk-mode/) - [https://github.com/elalemanyo/raspberry-pi-kiosk-screen](https://github.com/elalemanyo/raspberry-pi-kiosk-screen) ## Hardware - [https://www.amazon.com/gp/product/B0749D617J](https://www.amazon.com/gp/product/B0749D617J) ## Setup ``` bash groupadd -r autologin usermod -a -G autologin [user] apt install unclutter chromium midori lxde lightdm xserver-xorg accountsservice xscreensaver sed -i 's/#autologin-user=/autologin-user=[user]/g' /etc/lightdm/lightdm.conf systemctl restart lightdm cat >> /home/[user]/.config/lxsession/LXDE/autostart < /tank/photos apt install feh fim pqiv at-spi2-core mkdir ~/.config/feh/ cat > ~/.config/feh/buttons < ~/.config/feh/keys <, , q EOF cat > ~/.pqivrc < { quit(); } EOF cat > ~/.xscreensaver<