shpotify icon indicating copy to clipboard operation
shpotify copied to clipboard

Customizable config file path

Open samuelmasuy opened this issue 4 years ago • 2 comments

I am using XDG user directories convention in order to keep my home directory as clean as possible. In that fashion, I want the shpotify config file to be under ~/.config/shpotify/ instead of my home directory.

Should SHPOTIFY_CONFIG_FILE be defined, its value will be used instead of ${HOME}/.shpotify.cfg

samuelmasuy avatar Sep 26 '20 23:09 samuelmasuy

Thank you! Could you rename the variable name you've changed back to USER_CONFIG_DEFAULTS. This way I can clearly see what the actual change your PR is introducing.

Also, could you make it so that it is easy to merge this into the 3.0-pre branch? There are so many open PRs I am going to try to merge them all into one experimental development branch and try out all the features in one go.

hnarayanan avatar Sep 27 '20 21:09 hnarayanan

Thank you! I've renamed the variables, making it a one line change. I've also rebased on 3.0-pre

samuelmasuy avatar Sep 27 '20 23:09 samuelmasuy