dotfiles/.config/ncmpcpp/config
Ben Vincent 27e3b132a8 Initial commit for dotfiles
Setting up dotfiles with yadm
2022-08-26 22:09:22 +09:30

9 lines
447 B
Plaintext

# 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