comment xdg fallback behaviour

This commit is contained in:
Connor Lane Smith 2011-12-19 16:05:55 +01:00
parent 56a0d1fa14
commit 26c78cd952
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"}
if [ -d "$cachedir" ]; then
cache=$cachedir/dmenu_run
else
cache=$HOME/.dmenu_cache
cache=$HOME/.dmenu_cache # if no xdg dir, fall back to dotfile in ~
fi
(
IFS=: