When installing cachyos, you have the option to select autologin. However that doesn’t seem to work with lightdm and cinnamon. the solution is to do:
groupadd -r autologin
gpasswd -a “myuser” autologin
maybe something to add to the install script.
Dutch