From 68327e56bfc11ffb56aa73ebf52d2c44295fef76 Mon Sep 17 00:00:00 2001 From: quak Date: Sun, 1 Jun 2025 16:30:28 +0200 Subject: [PATCH] (scripts) `select-audio-sink` added smart-case option for rofi --- scripts/select-audio-sink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/select-audio-sink.sh b/scripts/select-audio-sink.sh index 849cfaf..17acab5 100755 --- a/scripts/select-audio-sink.sh +++ b/scripts/select-audio-sink.sh @@ -13,7 +13,7 @@ select_audio_sink() { return 1 fi - selection="$(printf "%s\n" "${names[@]//\"/}" | rofi -dmenu)" + selection="$(printf "%s\n" "${names[@]//\"/}" | rofi -case-smart -dmenu)" unset number for n in ${!names[@]}; do