From f90a8d9d63656894bbb74723a0b5581dee817fee Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 21 Jan 2023 10:20:40 +0100 Subject: [PATCH] feat: switch output from pulse to pipwire --- templates/mpd.conf.j2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/mpd.conf.j2 b/templates/mpd.conf.j2 index 916dfc0..918e5a5 100644 --- a/templates/mpd.conf.j2 +++ b/templates/mpd.conf.j2 @@ -8,9 +8,8 @@ audio_output { device "plug:dmix" } audio_output { - type "pulse" - name "pulse audio" - server "localhost" + type "pipewire" + name "pipewire audio" } audio_output { type "fifo"