Skip to content

Commit cd90bc0

Browse files
dwm fixes
1 parent afd3a30 commit cd90bc0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

core/tabs/applications-setup/dwmtitus-setup.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,14 @@ setupDisplayManager() {
207207
done
208208
printf "%b\n" "${GREEN}Current display manager: $currentdm${RC}"
209209
if [ "$currentdm" = "none" ]; then
210-
DM="sddm"
211-
printf "%b\n" "${YELLOW}No display manager found, installing $DM${RC}"
210+
printf "%b\n" "${YELLOW}--------------------------${RC}"
211+
printf "%b\n" "${YELLOW}Pick your Display Manager ${RC}"
212+
printf "%b\n" "${YELLOW}1. SDDM ${RC}"
213+
printf "%b\n" "${YELLOW}2. LightDM ${RC}"
214+
printf "%b\n" "${YELLOW}3. GDM ${RC}"
215+
printf "%b\n" "${YELLOW} ${RC}"
216+
printf "%b" "${YELLOW}Please select one: ${RC}"
217+
read -r DM
212218
case "$PACKAGER" in
213219
pacman)
214220
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm "$DM"

0 commit comments

Comments
 (0)