Use XDG directory scheme by default

This commit is contained in:
josuah 2016-12-14 11:21:12 +00:00
parent df780cf6cc
commit 0e9a00312a
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ static struct Dir {
bool personal; /* if false a user owned sub directory will be created */
} socket_dirs[] = {
{ .env = "ABDUCO_SOCKET_DIR", false },
{ .env = "XDG_RUNTIME_DIR", false },
{ .env = "XDG_CACHE_HOME", true },
{ .env = "HOME", true },
{ .env = "TMPDIR", false },
{ .path = "/tmp", false },