How do i change the display manager from lightdm to sddm
Install sddm
sudo systemctl disable lightdm-plymouth
sudo systemctl enable sddm
Then reboot to see changes. If you do it via tty you can also do disable --now and enable --now for instant changes.
4 Likes