#(SOLVED) Setting up DM

13 messages · Page 1 of 1 (latest)

carmine vessel
#

I am setting up the graphical environment. The guy from the guide uses the KDE display manager and KDE DE and set it up by systemctl enable (kdedisplaymanager), but I want to use lightdm. Do I have to enable on boot both my display manager and my WM? Or my display manager will start my WM by itself?

willow agate
#

Display manager will start Kwin on it's own

carmine vessel
#

By the way, I not going to use KDE nor it's display manager. I will use i3 and lightdm

willow agate
#

systemctl disable sddm
systemctl stop sddm
Uninstall sddm

#

Then

carmine vessel
#

I want to know if lightdm is going to start i3 by itself

willow agate
#

systemctl enable lightdm

#

It will

carmine vessel
#

Alright, that was my question

willow agate
#

You just need to select it and log in

carmine vessel
#

Thank you

willow agate
#

If your thing is resolved then add (SOLVED) to your post please 🙂

carmine vessel
#

Got it