This commit is contained in:
Luke Smith 2019-11-23 20:02:14 -05:00
parent 68d0fd9654
commit 85555e82c3
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -35,7 +35,7 @@ selectdotfiles() { \
selectdefault() { \
edition="$(dialog --nocancel --title "Which should be default?" --menu "Excellent! Which version do you want to start off as the default? This can be changed at any time afterwards." 11 50 2 dwm "dwm" i3 "i3" 3>&1 1>&2 2>&3 3>&1)"
case
case "$edition" in
dwm) edition="dwm" ;;
i3) edition="i3" ;;
esac ;}