chore: Also apply to 32-bit wine

This commit is contained in:
Kyle Gospodnetich 2023-12-10 16:27:58 -08:00
parent 46e9956fa8
commit 7df6937062

View File

@ -1,9 +1,13 @@
pulse.rules = [
{
matches = [ { application.process.binary = "wine64-preloader" } ]
matches = [
{ application.process.binary = "wine64-preloader" }
{ application.process.binary = "wine-preloader" }
]
actions = {
update-props = {
pulse.min.quantum = 1024/48000
pulse.min.req = 1024/48000
pulse.min.quantum = 1024/48000
}
}
}