summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-01 13:50:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-11-01 13:50:09 -0400
commit2572ae89d831fe21e5121c6aa19b293992d2df5a (patch)
treed36afcc8d2c083148863f08ec816bdf366dce195 /.config
parent0c0669eaabb9b9d98740f567b5f7142c8a6a2bab (diff)
downloadeibhear-2572ae89d831fe21e5121c6aa19b293992d2df5a.tar.gz
eibhear-2572ae89d831fe21e5121c6aa19b293992d2df5a.tar.zst
eibhear-2572ae89d831fe21e5121c6aa19b293992d2df5a.zip
mpd autoupdate and overt switch to pulse
Diffstat (limited to '.config')
-rw-r--r--.config/mpd/mpd.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 770531e..3fcb0db 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -6,13 +6,15 @@ pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
+auto_update "yes"
+
bind_to_address "127.0.0.1"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
- type "alsa"
- name "mpd alsamixer-output"
+ type "pulse"
+ name "pulse audio"
mixer_type "software"
}