derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

use XDG directories for data and config #7

Closed derricw closed 4 years ago

derricw commented 4 years ago

This should fix issue #5.

We use the XDG default folders for config files ($HOME/.config/siggo) and data ($HOME/.local/share/siggo) unless overridden by $XDG_CONFIG_HOME or $XDG_DATA_HOME.