commit 9422149c8e3b91ecc689bc840515db06a8d67765 parent df10a62812ba84881091a20fa51a59ad68d0af7b Author: Mark Feller <mark@mfeller.io> Date: Thu, 16 Dec 2021 18:20:05 -0700 use pipewire with mpd Diffstat:
M | dots/.config/mpd/mpd.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dots/.config/mpd/mpd.conf b/dots/.config/mpd/mpd.conf @@ -11,6 +11,6 @@ state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" audio_output { - type "alsa" - name "ALSA sound card" + type "pipewire" + name "PipeWire Sound Server" }