Dear developers,
this is forwarded from openmohaa: openmoh/openmohaa#588
It would be nice if you could place the configs in $XDG_CONFIG_HOME according to the XDG Base Directory Specification:
There is a single base directory relative to which user-specific configuration files should be written. This directory is defined by the environment variable $XDG_CONFIG_HOME.
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
$HOME is a lot cleaner if configs are in ~/.config/openmohaa compared to ~/.openmohaa.
Dear developers,
this is forwarded from openmohaa: openmoh/openmohaa#588
It would be nice if you could place the configs in
$XDG_CONFIG_HOMEaccording to the XDG Base Directory Specification:$HOMEis a lot cleaner if configs are in~/.config/openmohaacompared to~/.openmohaa.