Autostart - WEYTEC/LMSS GitHub Wiki
How autostart works
lmss uses the autostart feature described in the Desktop Application Autostart Specification on freedesktop.org
How to enable the autostart feature globally
place lmss.dektop in your global XDG autostart dir /etc/xdg/autostart
and make sure your lmss binary is installed correctly.
How to enable the autostart feature per user
if you do not want to enable this feature globaly, you need to move the lmss.desktop
file from the /etc/xdg/autostart
directory and place it in the user autostart dir ~/.config/autostart/
for all user accounts you want this feature to be enabled on.
How to disable autostart feature per user
just place a file called lmss.desktop
containing Hidden=true
in the users home ~/.config/autostart/
.