XDG Base Directory Specification currently states:
If $XDG_CONFIG_DIRS is either not set or empty, a value equal to /etc/xdg should be used.
However, the default for XDG_CONFIG_DIRS in this library is currently /etc/xdg:/etc.
Is there a reason for that?