diff --git a/select-sound-output.sh b/select-sound-output.sh index f90d66c..057c3c7 100755 --- a/select-sound-output.sh +++ b/select-sound-output.sh @@ -13,7 +13,7 @@ for ((i = 1; i <= "${#ids}"; ++i)); do query_string+="${ids[${i}]}: ${descs[${i}]} (${names[${i}]})\n" done local choice -choice="$(echo "${query_string%"\n"}" | dmenu -p "${default_id}")" +choice="$(echo "${query_string%"\n"}" | fuzzel -dp "${default_id}> ")" if (( "${?}" != 0 )); then exit fi