From 9bd0eb0323e88f59882f738614d63c793d751b4f Mon Sep 17 00:00:00 2001 From: speediegq Date: Sat, 27 Aug 2022 22:30:39 +0200 Subject: [PATCH] weird bug fix --- scripts/speedwm-btctrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/speedwm-btctrl b/scripts/speedwm-btctrl index 1d4c453..e485aaa 100755 --- a/scripts/speedwm-btctrl +++ b/scripts/speedwm-btctrl @@ -65,7 +65,7 @@ ENABLE_BT # List options for the device LIST_OPTIONS() { - USEROPT_2="$(echo "-- Options --\nConnect\nDisconnect\n-- Toggle --\nPair\nRemove\nTrust\nUntrust\n--\nExit\nHelp" | $RUNLAUNCHER $GRIDARG $GRIDNUM -l 20 -p "What do you want to do with this device?" | awk '{ print $1 }')" + USEROPT_2="$(echo -e "-- Options --\nConnect\nDisconnect\n-- Toggle --\nPair\nRemove\nTrust\nUntrust\n--\nExit\nHelp" | $RUNLAUNCHER $GRIDARG $GRIDNUM -l 20 -p "What do you want to do with this device?" | awk '{ print $1 }')" } LIST_OPTIONS