aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mpd
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-30 19:59:24 +0200
committerDavid Runge <dave@sleepmap.de>2015-03-30 19:59:24 +0200
commit5cd9777db087717cf1d2b286187301e9822c4c23 (patch)
treebe7ddc67fd1c6a8045974f496d43a723ba92f699 /.config/mpd
parentb59e4ecbc3f94a6959d44b3537704f9301a461ee (diff)
downloaddotfiles-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.
Diffstat (limited to '.config/mpd')
-rw-r--r--.config/mpd/mpd-s4.conf2
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"
}