From 93f14f398e5be74fd48aaa65e50e6e65737526f1 Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Fri, 26 Jul 2024 04:18:20 +0100 Subject: [PATCH] removed systemd guide, no longer needed --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f3e4d80..08fc412 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,13 @@ sudo make install * Prepare the [configuration](#configuring). * Make a service file for this if you want it on launch, just check how ly does it, this works pretty much the same way. -# Starting with SystemD -Starting lidm with SystemD is not fully supported, however it will start on launch. -In the lidm directory run these commands: -```sh -sudo cp assets/li.service /etc/systemd/system -sudo systemdtl enable li -``` -You may also want to disable your current Display Manager for instance: +# Disabling other DM's with systemd +You may want to disable your current Display Manager for instance: ```sh sudo systemctl disable sddm # Disables SDDM (KDE's dm) sudo systemctl disable lightdm # Disables lightDM (popular lightweight DM) sudo systemctl disable gdm # Disables GDM (Gnomes DM) +sudo systemctl disable ly # Disables LYDM (tui dm) ``` # Configuring