mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
removed systemd guide, no longer needed
This commit is contained in:
parent
6590a6ed8f
commit
93f14f398e
11
README.md
11
README.md
@ -74,18 +74,13 @@ sudo make install
|
|||||||
* Prepare the [configuration](#configuring).
|
* 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.
|
* 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
|
# Disabling other DM's with systemd
|
||||||
Starting lidm with SystemD is not fully supported, however it will start on launch.
|
You may want to disable your current Display Manager for instance:
|
||||||
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:
|
|
||||||
```sh
|
```sh
|
||||||
sudo systemctl disable sddm # Disables SDDM (KDE's dm)
|
sudo systemctl disable sddm # Disables SDDM (KDE's dm)
|
||||||
sudo systemctl disable lightdm # Disables lightDM (popular lightweight DM)
|
sudo systemctl disable lightdm # Disables lightDM (popular lightweight DM)
|
||||||
sudo systemctl disable gdm # Disables GDM (Gnomes DM)
|
sudo systemctl disable gdm # Disables GDM (Gnomes DM)
|
||||||
|
sudo systemctl disable ly # Disables LYDM (tui dm)
|
||||||
```
|
```
|
||||||
|
|
||||||
# Configuring
|
# Configuring
|
||||||
|
Loading…
x
Reference in New Issue
Block a user