protontypes / LibreSelery

Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
GNU Affero General Public License v3.0
124 stars 18 forks source link

XDG_CONFIG_HOME should be used to store configuration files #103

Open krux02 opened 4 years ago

krux02 commented 4 years ago

according to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html the default directory for user configurations should be placed under $HOME/.config (unless specified otherwise) instead of a hidder folder or file in $HOME. I guess this was agreed upon, becaues people didn't like the ever growing dotfile mess that is cluttering more and more in the home directory. At least that is why I prever $HOME/.config over hidden file in $HOME.