From 11d9cf8b719b4bd4cf7e018633ab860107b65b54 Mon Sep 17 00:00:00 2001 From: B P Date: Fri, 30 May 2025 18:35:46 +0300 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index cf0c095..be31748 100644 --- a/readme.md +++ b/readme.md @@ -78,6 +78,14 @@ Install Ly for systemd-based systems (the default) # zig build installexe ``` +Instead of DISPLAY_MANAGER you need to add your DM: +- gdm.service +- sddm.service +- lightdm.service +``` +# systemctl disable DISPLAY_MANAGER +``` + Enable the service ``` # systemctl enable ly.service