fix(sway): support for tofi

This commit is contained in:
Paul Fey 2025-03-21 17:58:52 +01:00
parent c69d232ec7
commit 007acfc5fe

View file

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