diff options
Diffstat (limited to 'kike.c')
-rw-r--r-- | kike.c | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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. |