-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to XDG dir for configuration
This patch changes the default configuration directory, internally referred to as 'ApplicationDir', to comply with XDG's Base Directory Specification. Most Unix tools already operate on the specification. By adhering it, Nchat becomes more intuitive and integrated with the system. More information about the spec can be found at: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html The '--confdir' flag doesn't cover this scenario as it's directed at customization at invokation and not at defaults. Signed-off-by: Carlos Torres <torr.ca@mailgw.com>
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters