12 lines
319 B
Plaintext
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 ] }
|
|
}
|
|
]
|