diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-07 16:01:25 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-07 16:01:25 +0800 |
commit | c7b13213013b1027116027444d7f7c817d9ce6d9 (patch) | |
tree | fb9f22ce3c6985f18b687189013293cafc9138ee /linux/_mpdconf | |
parent | cf806629e50309daa66f6da96f6f1d8a1290ee1b (diff) | |
download | dotfiles-c7b13213013b1027116027444d7f7c817d9ce6d9.tar.bz2 |
Update ncmpcpp and mpd configurations.
* ncmpcpp/config: update according to the newest example, drop
unnecessary comments and key-value pairs
* ncmpcpp/bindings: key bindings for new version (>= 0.6) ncmpcpp
remove original/deprecated 'keys'; tweak to be vi-like.
* mpdconf: rename "My FIFO" to "MPD FIFO"
Diffstat (limited to 'linux/_mpdconf')
-rw-r--r-- | linux/_mpdconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/_mpdconf b/linux/_mpdconf index 1a32a44..77ffd7c 100644 --- a/linux/_mpdconf +++ b/linux/_mpdconf @@ -332,7 +332,7 @@ audio_output { ## configuration (it has to be put into mpd.conf): audio_output { type "fifo" - name "My FIFO" + name "MPD FIFO" path "/tmp/mpd.fifo" format "44100:16:2" } |