Open
Description
The XDG Base Directory Specification specifies that:
There is a single base directory relative to which user-specific data files should be written. This directory is defined by the environment variable $XDG_DATA_HOME.
Currently, hydroxide
stores everything in $XDG_CONFIG_HOME/hydroxide
, which is a step in the right direction, but mixes user configuration in with runtime data.
I propose that we should keep the user's config files where they currently are, but separate out the *.db
files into $XDG_DATA_HOME/hydroxide
.
Metadata
Metadata
Assignees
Labels
No labels