aboutsummaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth')
-rwxr-xr-xbluetooth/btConnect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/btConnect.sh b/bluetooth/btConnect.sh
index 801fbf3..0fccbba 100755
--- a/bluetooth/btConnect.sh
+++ b/bluetooth/btConnect.sh
@@ -26,7 +26,7 @@ if bluetoothctl show | grep -Fq 'Powered: no'; then
fi
lines=$(bluetoothctl paired-devices | wc -l)
-selected=$(bluetoothctl paired-devices | dmenu -c -bw 3 -i -l $lines -p "💓") || exit 1
+selected=$(bluetoothctl paired-devices | dmenu -l $lines -p "💓") || exit 1
mac=$(echo $selected | cut -d' ' -f2)
name=$(echo $selected | cut -d' ' -f3-)