From 2062ea850cb46a37e67d774108a44039f285458a Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sat, 3 Sep 2022 16:12:31 +0200 Subject: [PATCH] switch mpd to pipewire --- mpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpd.conf b/mpd.conf index bba4839..ce31ce1 100644 --- a/mpd.conf +++ b/mpd.conf @@ -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" }