summaryrefslogtreecommitdiff
path: root/dmenu_path
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu_path')
-rwxr-xr-xdmenu_path2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu_path b/dmenu_path
index 3a7cda7..3efedb4 100755
--- a/dmenu_path
+++ b/dmenu_path
@@ -1,6 +1,6 @@
#!/bin/sh
-cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
+cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}/dmenu"
cache="$cachedir/dmenu_run"
[ ! -e "$cachedir" ] && mkdir -p "$cachedir"