Pi Kiosk – A Simple Raspberry Pi Kiosk App

(github.com)

6 points | by indigodaddy 1 day ago

1 comments

  • eternityforest 1 day ago
    Looks pretty good to me!

    Browsers often like to hammer the SD card, if you set the XDG environment variables you can redirect their nonsense to a ram disk and not wear out the flash.

    There's also a bunch of semi documented flags for random things like disabling any pre installed extensions your distro tries to put, crash recovery, etc.

    Last I checked, unclutter doesn't work on Wayland, so I rely on CSS to hide the cursor as needed

    I use this script here(Just noticed it has a bunch of old commented out code and could use a cleanup):

    https://github.com/EternityForest/KaithemAutomation/blob/mas...