Add dotfiles

This commit is contained in:
josh
2018-08-23 16:03:16 +03:00
parent 15d8911b9e
commit 641da4c1b4
34 changed files with 1458 additions and 0 deletions

BIN
.config/mpd/database Normal file

Binary file not shown.

14
.config/mpd/mpd.conf Normal file
View File

@@ -0,0 +1,14 @@
music_directory "~/Music"
auto_update "yes"
playlist_directory "~/.config/mpd/playlists"
sticker_file "~/.config/mpd/sticker.sql"
db_file "~/.config/mpd/database"
pid_file "~/.config/mpd/pid"
log_file "syslog"
audio_output {
type "pulse"
name "pulse audio"
}

1
.config/mpd/pid Normal file
View File

@@ -0,0 +1 @@
695

BIN
.config/mpd/sticker.sql Normal file

Binary file not shown.