From b17a3d98f755b0d2dcf5035d79ce771b4ecd258e Mon Sep 17 00:00:00 2001 From: krolxon Date: Fri, 10 Oct 2025 21:08:40 +0530 Subject: add define_word script --- .local/bin/bcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/bcn') diff --git a/.local/bin/bcn b/.local/bin/bcn index 1c64085..b87e2ab 100755 --- a/.local/bin/bcn +++ b/.local/bin/bcn @@ -9,7 +9,7 @@ if [[ $device_amount = 1 ]]; then MAC=$(bluetoothctl devices | awk {'print $2'}) [ -z $MAC ] && MAC=NoDeviceFound # Prevents accidental disconnect error else - select=$(bluetoothctl devices | awk {'print $3'} | rofi -dmenu -l 10 -fn Monospace-15) + select=$(bluetoothctl devices | awk {'print $3'} | fuzzel --dmenu -l 10 -fn Monospace-15) MAC=$(bluetoothctl devices | grep $select | awk {'print $2'}) [ -z $MAC ] && MAC=NoDeviceFound # Prevents accidental disconnect error fi -- cgit v1.2.3