Switch 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