outrun icon indicating copy to clipboard operation
outrun copied to clipboard

Use XDG Base Directories

Open PythonNut opened this issue 4 years ago • 0 comments
trafficstars

It would be nice if outrun could store its files in the standard locations.

  • The outrun config would be stored in $XDG_CONFIG_HOME so the config file would typically be ~/.config/outrun.conf.
  • The outrun cache would be stored in $XDG_CACHE_HOME so the cache would typically be ~/.cache/outrun.

References:

PythonNut avatar Mar 21 '21 22:03 PythonNut