Login screen SSDM to LightDM login

Hello community. Wish you all great 2022 year.

Is possible to change SSDM login sreen to LightDM and how?

Thanks.

Yes.

  • Install lightdm and optionally a greeter
  • Configure the lightdm settings and greeter settings in /etc/lightdm
  • Switch to lightdm with sudo systemctl enable --force lightdm

If you are a plasma user be aware that it will make your lock screen totally different from your login screen.

I am on KDE plasma. thanks for answer

1 Like

i did all commands and successfuly changed, is anything else to do or not? thanks

Not really. Just make sure lightdm is configured properly. Any typo in the configuration file will cause it to not start.

1 Like

should i run that command sudo systemctl disable sddm -f ?

No. You can only have one enabled at a time so enabling lightdm should automatically disable sddm.

1 Like

one more asks sorry for the asking

i also can change themes there right?

You can use the tool lightdm-settings in the AUR to do this. Remember this is only for the slick-greeter

yay -S lightdm-settings
1 Like

Isn’t that only for the slick greeter?

Yes, in the config file for your greeter. There are also gui tools for some of the greeters.

1 Like

Yes, it is. I forgot to mention that. Let me edit the post

1 Like

For lightdm-gtk-greeter, there is:

sudo pacman -S lightdm-gtk-greeter-settings

in the community repo.

Pudge

3 Likes