Block Electron/Vesktop from silently lowering mic volume
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1a8dd02b46
commit
414a641b25
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@
|
|||
matches = [ { "application.name" = "~Chromium.*"; } ];
|
||||
actions = { quirks = [ "block-source-volume" ]; };
|
||||
}
|
||||
{
|
||||
matches = [ { "application.name" = "~Electron.*"; } ];
|
||||
actions = { quirks = [ "block-source-volume" ]; };
|
||||
}
|
||||
{
|
||||
matches = [ { "application.name" = "~vesktop.*"; } ];
|
||||
actions = { quirks = [ "block-source-volume" ]; };
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue