mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
new pipewire config
This commit is contained in:
parent
4761ccd0f4
commit
5a5fb35fcf
1 changed files with 14 additions and 0 deletions
14
.config/pipewire/pipewire.conf.d/20-disable-auto-grain.conf
Normal file
14
.config/pipewire/pipewire.conf.d/20-disable-auto-grain.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# https://askubuntu.com/questions/279407/how-to-disable-microphone-from-auto-adjusting-its-input-volume
|
||||
|
||||
pulse.rules = [
|
||||
{
|
||||
# Disable mic auto gain for some applications
|
||||
matches = [
|
||||
{ application.process.binary = "chrome" }
|
||||
{ application.process.binary = "Discord" }
|
||||
{ application.process.binary = "teams" }
|
||||
{ application.process.binary = "skypeforlinux" }
|
||||
]
|
||||
actions = { quirks = [ block-source-volume ] }
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue