Skip to content
Snippets Groups Projects
Commit 13adaba5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Move list into .config on *nix

Per https://wiki.debian.org/XDGBaseDirectorySpecification, CONFIG
should be fairly small files that you would want to maintain in
a VCS... the list makes sense here.
parent 4cf8cff5
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -1254,7 +1254,7 @@ get_unix_filename(char *fn, int fnlen, int type, int shared)
return NULL;
break;
case SYNCTERM_PATH_LIST:
if (get_xdg_path(XDG_DATA_HOME, fn, fnlen) == NULL)
if (get_xdg_path(XDG_CONFIG_HOME, fn, fnlen) == NULL)
return NULL;
break;
case SYNCTERM_DEFAULT_TRANSFER_PATH:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment