aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-25 21:02:16 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-25 21:02:16 +0100
commit62c37560f78ee699d09be039559db424187648da (patch)
treeaf82c5588041089ab24d493763c8ca4c99eff94d
parenta0ef42e0a70ac6264835ba77936d1ba5bf2294fe (diff)
downloaddotfiles-62c37560f78ee699d09be039559db424187648da.tar.gz
dotfiles-62c37560f78ee699d09be039559db424187648da.tar.bz2
dotfiles-62c37560f78ee699d09be039559db424187648da.tar.xz
dotfiles-62c37560f78ee699d09be039559db424187648da.zip
mpd.conf: Moving to users /tmp folder.
-rw-r--r--.config/mpd/mpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 42ff040..a05c44e 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -25,7 +25,7 @@ audio_output {
audio_output {
type "fifo"
name "mpd_fifo"
- path "/tmp/mpd.fifo"
+ path "/tmp/dave/mpd.fifo"
format "44100:16:2"
}