summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-21 18:29:10 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-21 18:29:10 -0400
commitcaea254971137a223b08017b11c96a1d9a1102ff (patch)
treee4ae94d96a00a6b898ca170962318c4bc8b7b7fc
parentf4cd777912490346bd50e150255e37dd9cf7bfc3 (diff)
dwm default
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
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() { \