FILES := bin
DOTFILES := aliases bash* conky* flexget git* goobookrc msmtp* mutt ncmpcpp offlineimap* vim* weechat xbindkeysrc Xmodmap Xresources xprofile zsh*
-CONFIGFILES := retroarch compton.conf mimeo.conf
+CONFIGFILES := retroarch compton.conf mimeo.conf mpd
.PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES)
install: $(FILES) $(DOTFILES) $(CONFIGFILES)
--- /dev/null
+# An example configuration file for MPD can be found at:
+# /usr/share/doc/mpd/
+
+music_directory "~/music"
+playlist_directory "~/.local/share/mpd/playlists"
+db_file "~/.local/share/mpd/database"
+log_file "~/.local/share/mpd/log"
+pid_file "~/.local/share/mpd/pid"
+state_file "~/.local/share/mpd/state"
+sticker_file "~/.local/share/mpd/sticker.sql"
+
+input {
+ plugin "curl"
+}
+
+audio_output {
+ type "pulse"
+ name "My Pulse Output"
+}