mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 20:27:18 +00:00
12 lines
273 B
Plaintext
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
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|