How do I change my default Login Manager in Manjaro KDE which is probably SDDM to LightDM ?
1 Like
sudo pacman -S lightdm
sudo systemctl enable lightdm -f
#reboot
1 Like
Hello, First you install lightdm: https://wiki.manjaro.org/index.php/Install_Display_Managers#LightDM
Then you disable sddm systemctl disable sddm
And lastly you enable lightdm sudo systemctl enable lightdm.service --force
1 Like
You forgot to mention I had to install the greeter.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.