Fix bluetooth-devices script
Christian Krinitsin mail@krinitsin.com
Mon, 04 Aug 2025 16:42:00 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/bluetooth-devices
→
bin/bluetooth-devices
@@ -29,7 +29,7 @@ fi
} # Opens dmenu prompt, which lets you decide which device you want to connect to / disconnect from -DEVICE=$(bluetoothctl devices | sed 's/[^ ]* //' | sed 's/[^ ]* //' | dmenu -i) +DEVICE=$(bluetoothctl devices | grep Device | sed 's/[^ ]* //' | sed 's/[^ ]* //' | dmenu -i) # If dmenu was cancelled, exit program if [ $? -ne 0 ]; then