murakami icon indicating copy to clipboard operation
murakami copied to clipboard

Use XDG paths for config files.

Open jheretic opened this issue 4 years ago • 2 comments

One of the issues with running Murakami standalone from pip or from the git repository is that its default locations for configuration files and for dynamic configuration state are in system directories that aren't accessible by a non-admin user and/or don't exist. As a consequence, one always has to specify non-standard directories in order to run as a regular user. This pull requests shifts the default to use the Freedesktop.org XDG standard user directories for configuration and state, as discovered by the pyxdg package.


This change is Reviewable

jheretic avatar Nov 26 '19 02:11 jheretic