Don't default to installing Plasma Login Manager

This commit is contained in:
2026-04-12 11:06:20 -04:00
parent bc10399ed0
commit 5716f5a97e
+3 -1
View File
@@ -117,7 +117,9 @@ fi
log "Checking for KDE..."
if [[ $(echo $XDG_CURRENT_DESKTOP | grep -i "kde") ]]; then
prompt_bool "Replace sddm with plasma-login-manager?" true
# Default to not changing because it doesn't work for shit on
# either of the systems I've tried it on.
prompt_bool "Replace sddm with plasma-login-manager?" false
if [[ $? ]]; then
deps_install+=("plasma-login-manager")
deps_remove+=("sddm")