Change configuration path to follow freedesktop specification.
Open
Category:Enhancement
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
Currently, OCIS writes/reads its configuration from `~/.ocis/config`.
It would be more compliant with modern standards, specifically the [freedesktop specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) for this to live in `${XDG_CONFIG_HOME}/ocis` or, if that variable is not defined, `~/.config/ocis`.
Contributor guide
Assessment
This issue has not been assessed yet.