diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-21 00:22:44 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-21 00:22:44 -0500 |
| commit | f0d579a03af9e3ba4a7cf64da96c23f485faac7a (patch) | |
| tree | 9ffdf9ea7ce27705dfb9a2c89eb01727c34866de /config/hypr/scripts | |
| parent | 97110b108e807d46367244aec89a0545ba67c46f (diff) | |
added script to mute active window from Ivy and s1lang
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/Keybinds.conf
renamed: config/hypr/scripts/SinkIntToggle.sh -> config/hypr/scripts/Toggle-Active-Window-Audio.sh
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/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}" ) |
