From 8213050100b597ab3054b35c657b9d05260a9d6c Mon Sep 17 00:00:00 2001 From: Sebastian Pravida Date: Sun, 5 Jan 2025 23:20:45 +0100 Subject: [PATCH] Enableing sddm --- setup_sway_isomode.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_sway_isomode.bash b/setup_sway_isomode.bash index abdff94..78d12ad 100644 --- a/setup_sway_isomode.bash +++ b/setup_sway_isomode.bash @@ -56,6 +56,6 @@ rm -rf sway # Enable the Greetd service echo "Enabling the Greetd service..." -systemctl enable greetd.service +systemctl enable sddm.service echo "Installation complete."