From 5ff738acca69d3ebe3a0a3d491f60ce49327bb02 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 18 Mar 2026 14:20:19 +0100 Subject: [PATCH] fixed ly --- setup/modules/Desktop-Enviroments/hyprland-new.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/modules/Desktop-Enviroments/hyprland-new.sh b/setup/modules/Desktop-Enviroments/hyprland-new.sh index ea92303..b87ffd8 100755 --- a/setup/modules/Desktop-Enviroments/hyprland-new.sh +++ b/setup/modules/Desktop-Enviroments/hyprland-new.sh @@ -19,7 +19,8 @@ echo "Enabling essential services..." sudo systemctl enable NetworkManager.service #sudo systemctl enable cronie.service #sudo systemctl enable greetd.service -sudo systemctl enable ly.service +sudo systemctl disable getty@tty1.service +sudo systemctl enable ly@tty1.service #sudo systemctl enable fail2ban.service sudo systemctl enable udisks2.service