diff options
Diffstat (limited to 'ncmpcpp/config')
-rw-r--r-- | ncmpcpp/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ncmpcpp/config b/ncmpcpp/config index 1f3e315..80b8f70 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -1,3 +1,4 @@ +mpd_host = "127.0.0.1" # needed because localhost doesn't work for some reason mpd_connection_timeout = 30 colors_enabled = "yes" song_status_format = "$0{$8%t$9} on {$5%b$9} by {$3%a}" |