From c4464b4406c9fa5adbfbb72ff52b681d8ed044dd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 17 Apr 2019 11:31:21 -0300 Subject: try $XDG_CONFIG_HOME/mpd-notification.conf first Signed-off-by: Christian Hesse --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ddea491..fb93db8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ Configuration ------------- Configuration options can be read from a configuration file. `mpd` -tries to read `~/.config/mpd-notification.conf`, which is expected to +tries to read `${XDG_CONFIG_HOME}/mpd-notification.conf`, then +`~/.config/mpd-notification.conf`, which is expected to look like this: host = localhost -- cgit v1.2.3-54-g00ecf