# Prerequisites Install LXDE and Chromium-Browser without recommendations. Set up the Raspi to auto-login a user with X. Then use the files in here to make the user session auto-launch Chromium with the desired URLs. # Details 1. /usr/local/bin/browser-launcher is being used to launch the browser 1. /usr/local/bin/peps will make the above a symlink to a script launching a website with great lulz 1. /usr/local/bin/keinepeps will make that symlink redirect to something more serious 1. /etc/xdg/lxsession/LXDE/autostart will launch the above-mentioned symlink 1. /home/user/.config/lxsession/LXDE/autostart will symlink to the /etc file. Replace "user" with the actual auto-login user. Why this file? Otherwise, it will be created with the /etc content upon first launch and then be a file (inode) of its own.