Initial commit for dotfiles
Setting up dotfiles with yadm
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Connect to MPD running on specified host/unix socket. When HOST starts with a '/', it is assumed to be a unix socket. Note: MPD_HOST environment variable overrides this setting.
|
||||
mpd_host = $HOME/.config/mpd/socket
|
||||
|
||||
# Connect to MPD on the specified port. Note: MPD_PORT environment variable overrides this setting.
|
||||
#mpd_port = PORT
|
||||
|
||||
# Search for files in specified directory. This is needed for tag editor to work.
|
||||
mpd_music_dir = $HOME/Music
|
||||
Reference in New Issue
Block a user