Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
comment xdg fallback behaviour
[dmenu.git]
/
dmenu_run
diff --git
a/dmenu_run
b/dmenu_run
index
2bb1dfd
..
976da46
100755
(executable)
--- a/
dmenu_run
+++ b/
dmenu_run
@@
-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=: