diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 17:22:15 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 17:22:15 -0400 |
| commit | 0948cd95f3dec7694186fb4fbe31a3c46289f7a0 (patch) | |
| tree | f6a04c7eabbad04e7c11b3da8e683e69b9df5da2 /.config/ncmpcpp | |
| parent | f68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff) | |
| parent | 422d106fbab5505f3810fa845f4f71547c7a4332 (diff) | |
| download | eibhear-0948cd95f3dec7694186fb4fbe31a3c46289f7a0.tar.gz eibhear-0948cd95f3dec7694186fb4fbe31a3c46289f7a0.tar.zst eibhear-0948cd95f3dec7694186fb4fbe31a3c46289f7a0.zip | |
Merge branch 'dennisleexyz-xdgify'
Diffstat (limited to '.config/ncmpcpp')
| -rw-r--r-- | .config/ncmpcpp/config | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 2c9eda4..c9bcced 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -1,16 +1,11 @@ -############################################################################## -## This is the example configuration file. Copy it to $HOME/.ncmpcpp/config ## -## or $XDG_CONFIG_HOME/ncmpcpp/config and set up your preferences. ## -############################################################################## -# -ncmpcpp_directory = ~/.config/ncmpcpp +ncmpcpp_directory = ${XDG_CONFIG_HOME:$HOME/.config}/ncmpcpp # ## ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other ## MPD clients (eg. ncmpc) also use that location. ## # -lyrics_directory = ~/.local/share/lyrics +lyrics_directory = ${XDG_DATA_HOME:$HOME/.local/share}/lyrics # ##### connection settings ##### # |
