added ncmpcpp config

This commit is contained in:
Gabe Venberg 2020-01-23 22:01:09 -06:00
parent 18f440f98f
commit 1fa83ff8ee
4 changed files with 571 additions and 0 deletions

View file

@ -14,3 +14,9 @@ audio_output {
type "pulse"
name "pulse audio"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}