diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-01 23:28:30 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-07-01 23:28:30 +0200 |
commit | 51bf132c6ba429be8778c485076e017d98e2876c (patch) | |
tree | d2952c74b35ca1f6606162e9ba8d7618c9f73a58 /kike.c | |
parent | 8d62d9591810b267a1d0d1097ff8d416fbc917c9 (diff) | |
download | xK-51bf132c6ba429be8778c485076e017d98e2876c.tar.gz xK-51bf132c6ba429be8778c485076e017d98e2876c.tar.xz xK-51bf132c6ba429be8778c485076e017d98e2876c.zip |
Bump liberty
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. |