From 007acfc5febebde7a6896b9d074da096b77ed45a Mon Sep 17 00:00:00 2001 From: pauljako Date: Fri, 21 Mar 2025 17:58:52 +0100 Subject: [PATCH] fix(sway): support for tofi --- sway/dmenu-bluetooth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/dmenu-bluetooth.sh b/sway/dmenu-bluetooth.sh index fddaafe..0fc013c 100755 --- a/sway/dmenu-bluetooth.sh +++ b/sway/dmenu-bluetooth.sh @@ -329,7 +329,7 @@ run_dmenu() { DMENU_BLUETOOTH_LAUNCHER="fuzzel --dmenu" ;; esac - $DMENU_BLUETOOTH_LAUNCHER -i -p "$DMENU_BLUETOOTH_PROMPT" "${dmenu_args[@]}" + $DMENU_BLUETOOTH_LAUNCHER "${dmenu_args[@]}" } print_help() {