diff --git a/manjaro2archcachy.sh b/manjaro2archcachy.sh index bb1e5b4..9a3f4f2 100644 --- a/manjaro2archcachy.sh +++ b/manjaro2archcachy.sh @@ -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")