From caea254971137a223b08017b11c96a1d9a1102ff Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 21 Mar 2020 18:29:10 -0400 Subject: [PATCH] dwm default --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 85f2bc4..6d3a107 100644 --- a/larbs.sh +++ b/larbs.sh @@ -40,7 +40,7 @@ welcomemsg() { \ } selectdotfiles() { \ - edition="$(dialog --title "Select LARBS version." --menu "Select which version of LARBS you wish to have as default:" 10 70 2 i3 "The classic version of LARBS using i3." dwm "The version of LARBS using suckless's dwm." custom "If you are supplying commandline options for LARBS." 3>&1 1>&2 2>&3 3>&1)" || error "User exited." + edition="$(dialog --title "Select LARBS version." --menu "Select which version of LARBS you wish to have as default:" 10 70 2 dwm "The version of LARBS using suckless's dwm." i3 "The classic version of LARBS using i3." custom "If you are supplying commandline options for LARBS." 3>&1 1>&2 2>&3 3>&1)" || error "User exited." } getuserandpass() { \