Closed as not planned
Description
I want profiles to be stored in XDG_CONFIG_HOME
so that I can more easily manage them with a typical "dotfiles" / "home manager" setup (i.e. where ${HOME}/.config
is synced with a git repository).
The simplest solution that is backwards compatible with the current behaviour would be to allow users to specify a custom directory for profiles (including the default profile). For existing installations can remain where it is.
New installations should use XDG_CONFIG_HOME
or ${HOME}/.config
if XDG_CONFIG_HOME
is not set.