Remove broken discord notification fix

This commit is contained in:
ItsDrike 2022-10-29 23:37:31 +02:00
parent d68bdb594b
commit ede00ca602
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

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