diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-07-17 09:24:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-07-17 09:24:03 +1200 |
commit | 2f39c3bbc17b0e578f507f08fd81064c8a4e655b (patch) | |
tree | 00c1281b158c39029cc0bc7771a485d93d06a978 /ncmpcpp/config | |
parent | Missing manual section suffix (diff) | |
download | dotfiles-2f39c3bbc17b0e578f507f08fd81064c8a4e655b.tar.gz dotfiles-2f39c3bbc17b0e578f507f08fd81064c8a4e655b.zip |
Defining MPD music dir not actually needed
This is good, I'd rather the config didn't depend on a particular
directory layout
Diffstat (limited to 'ncmpcpp/config')
-rw-r--r-- | ncmpcpp/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config index 64101741..3529467e 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -7,7 +7,6 @@ mpd_port = "6600" mpd_communication_mode = "notifications" mpd_connection_timeout = "5" mpd_crossfade_time = "5" -mpd_music_dir = "/mnt/shares/music" # Visualization visualizer_fifo_path = "/tmp/mpd.fifo" |