This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
comment xdg fallback behaviour
master
Connor Lane Smith
13 years ago
parent
56a0d1fa14
commit
26c78cd952
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu_run
+ 1
- 1
dmenu_run
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=:
Write
Preview
Loading…
Cancel
Save