diff options
| author | Dennis Lee <dennis@dennislee.xyz> | 2020-04-04 13:00:08 -0700 |
|---|---|---|
| committer | Dennis Lee <dennis@dennislee.xyz> | 2020-04-04 13:00:08 -0700 |
| commit | a29eaec506a7ce9e42d64a3ec1d17690387def30 (patch) | |
| tree | 17c939a9991773af7ab91325125e47f001613e22 /.config/ncmpcpp | |
| parent | 82cf021b78d235ca98df61d4ce55d4c0969c2e5f (diff) | |
| download | eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.gz eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.zst eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.zip | |
substitute ~/.config with $XDG_CONFIG_HOME
Diffstat (limited to '.config/ncmpcpp')
| -rw-r--r-- | .config/ncmpcpp/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 40fcbc6..d2e1132 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -3,7 +3,7 @@ ## or $XDG_CONFIG_HOME/ncmpcpp/config and set up your preferences. ## ############################################################################## # -ncmpcpp_directory = ~/.config/ncmpcpp +ncmpcpp_directory = $XDG_CONFIG_HOME/ncmpcpp # ## ## Directory for storing downloaded lyrics. It defaults to ~/.lyrics since other |
