dotfiles/root/etc/pipewire/pipewire-pulse.conf
2022-11-20 03:14:18 +01:00

12 lines
273 B
Plaintext

pulse.rules = [
{
# Discord notification sounds fix
matches = [ { application.process.binary = "Discord" } ]
actions = {
update-props = {
pulse.min.quantum = 1024/48000 # 21ms
}
}
}
}