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() {