chore: Remove now unneeded pipewire change

This commit is contained in:
Kyle Gospodnetich 2024-01-14 15:14:49 -08:00
parent 28f3f4f79f
commit 65decdaeb6

View File

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