diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2024-07-15 13:46:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2024-07-15 13:46:42 -0400 |
| commit | 628ed4dc995f3c09e33c24a01c817c18b1a268af (patch) | |
| tree | e5459b11a6aa310f03deed2218d38b7ef6499b4d /.config/mpd/mpd.conf | |
| parent | a9cde940c2a956f98b6a5cd8496d24fe7de58e64 (diff) | |
| parent | 779ef2f5feb3221a1e29262234fafa13c4db5ab7 (diff) | |
| download | eibhear-628ed4dc995f3c09e33c24a01c817c18b1a268af.tar.gz eibhear-628ed4dc995f3c09e33c24a01c817c18b1a268af.tar.zst eibhear-628ed4dc995f3c09e33c24a01c817c18b1a268af.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/mpd/mpd.conf')
| -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 { |
