diff options
author | David Runge <dave@sleepmap.de> | 2015-03-30 19:59:24 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-30 19:59:24 +0200 |
commit | 5cd9777db087717cf1d2b286187301e9822c4c23 (patch) | |
tree | be7ddc67fd1c6a8045974f496d43a723ba92f699 | |
parent | b59e4ecbc3f94a6959d44b3537704f9301a461ee (diff) | |
download | dotfiles-5cd9777db087717cf1d2b286187301e9822c4c23.tar.gz dotfiles-5cd9777db087717cf1d2b286187301e9822c4c23.tar.bz2 dotfiles-5cd9777db087717cf1d2b286187301e9822c4c23.tar.xz dotfiles-5cd9777db087717cf1d2b286187301e9822c4c23.zip |
.config/mpd/mpd-s4.conf: Adding proper user /tmp location for the mpd fifo.
-rw-r--r-- | .config/mpd/mpd-s4.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpd/mpd-s4.conf b/.config/mpd/mpd-s4.conf index 831cfc9..53f6759 100644 --- a/.config/mpd/mpd-s4.conf +++ b/.config/mpd/mpd-s4.conf @@ -26,7 +26,7 @@ audio_output { audio_output { type "fifo" name "mpd_fifo" - path "/tmp/mpd.fifo" + path "/tmp/dave/mpd.fifo" format "44100:16:2" } |