sound, helix
This commit is contained in:
@@ -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 ] }
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user