aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-07-01 23:28:30 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-07-01 23:28:30 +0200
commit51bf132c6ba429be8778c485076e017d98e2876c (patch)
treed2952c74b35ca1f6606162e9ba8d7618c9f73a58 /kike.c
parent8d62d9591810b267a1d0d1097ff8d416fbc917c9 (diff)
downloadxK-51bf132c6ba429be8778c485076e017d98e2876c.tar.gz
xK-51bf132c6ba429be8778c485076e017d98e2876c.tar.xz
xK-51bf132c6ba429be8778c485076e017d98e2876c.zip
Bump liberty
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/kike.c b/kike.c
index cfa535b..b5bda0a 100644
--- a/kike.c
+++ b/kike.c
@@ -31,12 +31,11 @@
static struct config_item g_config_table[] =
{
- // TODO: expand ~[blah] in resolve_config_filename()
- // TODO: expand the path at least? Use XDG_RUNTIME_DIR if relative.
- // The last fallback is: "$XDG_DATA_HOME defines the base directory
- // relative to which user specific data files should be stored.
- // If $XDG_DATA_HOME is either not set or empty, a default equal to
- // $HOME/.local/share should be used."
+ // TODO: use XDG_RUNTIME_DIR if relative. The last fallback is:
+ //
+ // "$XDG_DATA_HOME defines the base directory relative to which user
+ // specific data files should be stored. If $XDG_DATA_HOME is either not
+ // set or empty, a default equal to $HOME/.local/share should be used."
//
// Note that when using XDG_RUNTIME_DIR, it either needs to have access
// time bumped every 6 hours, or have the sticky bit set.