Author Topic: Feature Request: Use $XDG_CONFIG_HOME  (Read 1233 times)

0 Members and 1 Guest are viewing this topic.

Offline Topgun

  • 210
Feature Request: Use $XDG_CONFIG_HOME
This is a pet peeve of mine. I hate it when devs put config files in $HOME instead of $XDG_CONFIG_HOME. If the variable $XDG_CONFIG_HOME is not defined then sure, put it in $HOME, but if it is put it there please.

I would appreciate it greatly.