this post was submitted on 26 Nov 2023
10 points (85.7% liked)
Arch Linux
9058 readers
5 users here now
The beloved lightweight distro
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Use
systemctl
:sudo systemctl stop lightdm
. This will also shut down xfce if it was started with lightdm.sudo systemctl disable lightdm
.start-xfce
.Note: this will mean that you computer will boot directly to tty instead of any graphical display, which I assume is what you wanted.
That's bang on. Thanks. Feels like I should have worked that out, but I just assumed it would be more fiddly.