mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
11 lines
273 B
Text
11 lines
273 B
Text
pulse.rules = [
|
|
{
|
|
# Discord notification sounds fix
|
|
matches = [ { application.process.binary = "Discord" } ]
|
|
actions = {
|
|
update-props = {
|
|
pulse.min.quantum = 1024/48000 # 21ms
|
|
}
|
|
}
|
|
}
|
|
}
|