diff options
| author | fennomaani <160141733+fennomaani@users.noreply.github.com> | 2024-07-15 20:37:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 17:37:38 +0000 |
| commit | 779ef2f5feb3221a1e29262234fafa13c4db5ab7 (patch) | |
| tree | fedff59f574088feee09e7b2de892824142d5054 /.config/mpd | |
| parent | 131dcce2689f9fe45572212803b36be11ff2eb4e (diff) | |
| download | eibhear-779ef2f5feb3221a1e29262234fafa13c4db5ab7.tar.gz eibhear-779ef2f5feb3221a1e29262234fafa13c4db5ab7.tar.zst eibhear-779ef2f5feb3221a1e29262234fafa13c4db5ab7.zip | |
Update mpd to use PipeWire (#1412)
per https://wiki.archlinux.org/title/Music_Player_Daemon#Audio_configuration
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index bf329d6..1cc2cc8 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -7,10 +7,8 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "pulse" - name "pulse" - #type "alsa" - #name "ALSA" + type "pipewire" + name "PipeWire Sound Server" } audio_output { |
