summaryrefslogtreecommitdiffstats
path: root/.config/mpd
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-09 10:01:42 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-09 10:01:42 -0400
commit4f622e6d2b41a0c801a7d09971815d17c9b26517 (patch)
treebcee0a38f3a7d97729d89dcaed691f2106a67d5e /.config/mpd
parent28c0ab6294c6dce67577294b02062a2aa5916d37 (diff)
downloadeibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.tar.gz
eibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.tar.zst
eibhear-4f622e6d2b41a0c801a7d09971815d17c9b26517.zip
pulse default in mpd
Diffstat (limited to '.config/mpd')
-rw-r--r--.config/mpd/mpd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index fa6a25c..bf329d6 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -7,10 +7,10 @@ restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
- type "alsa"
- name "ALSA"
- # type "pulse" # uncomment for pulseaudio
- # name "pulse" # uncomment for pulseaudio
+ type "pulse"
+ name "pulse"
+ #type "alsa"
+ #name "ALSA"
}
audio_output {