diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-12-19 16:05:55 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-12-19 16:05:55 +0100 |
commit | 26c78cd95291d980f8978113cd6daa9841553c93 (patch) | |
tree | f828bc56eb4a5b001af580008c87765b91da9502 | |
parent | 56a0d1fa14de915419c037ac2604fe5c5b1fe4a3 (diff) |
comment xdg fallback behaviour
-rwxr-xr-x | dmenu_run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ cachedir=${XDG_CACHE_HOME:-"$HOME/.cache"} | |||
3 | if [ -d "$cachedir" ]; then | 3 | if [ -d "$cachedir" ]; then |
4 | cache=$cachedir/dmenu_run | 4 | cache=$cachedir/dmenu_run |
5 | else | 5 | else |
6 | cache=$HOME/.dmenu_cache | 6 | cache=$HOME/.dmenu_cache # if no xdg dir, fall back to dotfile in ~ |
7 | fi | 7 | fi |
8 | ( | 8 | ( |
9 | IFS=: | 9 | IFS=: |