summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorKronikPillow <kronikpillow@gmail.com>2020-01-05 19:32:51 +0100
committerLuke Smith <luke@lukesmith.xyz>2020-01-05 16:43:31 -0500
commit87f0b208f31a0996f72be55d4a81772866345bf9 (patch)
treee98a4e52624dd0b83faf3777fcd1cb5d027bdf3b /.config
parent7a545cfb4d17ed180f166274d59f1901b2528d2b (diff)
downloadeibhear-87f0b208f31a0996f72be55d4a81772866345bf9.tar.gz
eibhear-87f0b208f31a0996f72be55d4a81772866345bf9.tar.zst
eibhear-87f0b208f31a0996f72be55d4a81772866345bf9.zip
changed mpd output to alsa
Diffstat (limited to '.config')
-rw-r--r--.config/mpd/mpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 3fcb0db..a0548ec 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -13,8 +13,8 @@ restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
- type "pulse"
- name "pulse audio"
+ type "alsa"
+ name "alsa for audio soundcard"
mixer_type "software"
}