Files
dotfiles/.config/pipewire/pipewire-pulse.conf.d/adjust-quirks.conf
T
2026-05-03 10:31:04 +03:00

12 lines
319 B
Plaintext

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 ] }
}
]