update: rename filedir to work with new version of leaf

This commit is contained in:
2026-01-18 20:10:14 -05:00
parent 58c8a7a42c
commit b4192b3099
129 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Load pipewire configuration at conf hook processing time. This allows to
# override pulseaudio defaults configuration which is also applied via hook.
#
# Note since hooks are run after /etc/asound.conf and ~/.asoundrc are applied,
# we load these again here make sure that user configuration takes precedence.
@hooks [
{
func load
files [
"/usr/share/alsa/alsa.conf.d/99-pipewire-default.conf"
"/etc/asound.conf"
"~/.asoundrc"
]
errors false
}
]