aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/Toggle-Active-Window-Audio.sh (renamed from config/hypr/scripts/SinkIntToggle.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/SinkIntToggle.sh b/config/hypr/scripts/Toggle-Active-Window-Audio.sh
index 12312a47..44370d10 100755
--- a/config/hypr/scripts/SinkIntToggle.sh
+++ b/config/hypr/scripts/Toggle-Active-Window-Audio.sh
@@ -40,7 +40,7 @@ mapfile -t sink_ids < <(jq -r --arg pid "${__pid}" --arg class "${__class}" --ar
or
(lc(.properties["application.process.binary"]) | contains(lc($class)))
or
- ((normalize(lc(.properties["media.name"])) | test(normalize(lc($title)))))
+ (normalize(lc(.properties["media.name"])) | contains(normalize(lc($title))))
) | .index' <<< "${sink_json}"
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage