Add a program to start on LXDE startup
If you need to get a program to start every time you boot into LXDE, you simply need to add it to the startup file here: /etc/xdg/lxsession/LXDE/autostart Add a line at the bottom of the file with the @ symbol and the program to run, for example: @conky -c ~/.conky/.conkyrc.main &