dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

mpd.conf (485B)

    1 db_file "~/.config/mpd/database"
    2 log_file "syslog"
    3 music_directory "~/Music"
    4 pid_file "~/.config/mpd/pid"
    5 playlist_directory "~/.config/mpd/playlists"
    6 state_file "~/.config/mpd/state"
    7 sticker_file "~/.config/mpd/sticker.sql"
    8 
    9 auto_update "yes"
   10 
   11 audio_output {
   12     type        "pulse"
   13     name        "My Pulse Output"
   14 }
   15 
   16 audio_output {
   17     type               "fifo"
   18     name               "toggle_visualizer"
   19     path               "/tmp/mpd.fifo"
   20     format             "44100:16:2"
   21 }