diff options
author | maxice8 <thinkabit.ukim@gmail.com> | 2019-04-17 11:31:21 -0300 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 11:34:46 +0100 |
commit | c4464b4406c9fa5adbfbb72ff52b681d8ed044dd (patch) | |
tree | 87c7fa3079143f116662c7ed3ae819d86e026885 /README.md | |
parent | 8157275f6036b1195bcb48b2804320a93bf52992 (diff) | |
download | mpd-notification-c4464b4406c9fa5adbfbb72ff52b681d8ed044dd.tar.gz mpd-notification-c4464b4406c9fa5adbfbb72ff52b681d8ed044dd.tar.zst |
try $XDG_CONFIG_HOME/mpd-notification.conf first
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |