sound, helix

This commit is contained in:
2026-05-03 10:31:04 +03:00
parent cbf81265c4
commit 6dda94703c
4 changed files with 12 additions and 5 deletions
@@ -0,0 +1,11 @@
pulse.rules = [
{
# prevent all sources matching "Chromium" from messing with the volume
matches = [ { application.name = "~Chromium.*" } ]
actions = { quirks = [ block-source-volume ] }
}
{
matches = [ { application.process.binary = "Discord" } ]
actions = { quirks = [ block-source-volume ] }
}
]