switch mpd to pipewire

This commit is contained in:
joachimschmidt557 2022-09-03 16:12:31 +02:00
parent 04bf866061
commit 2062ea850c
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -5,6 +5,6 @@ sticker_file "/home/joachim/.mpd/sticker.sql"
pid_file "/home/joachim/.mpd/pid"
audio_output {
type "pulse"
name "PulseAudio"
type "pipewire"
name "PipeWire"
}