Sfoglia il codice sorgente

comment xdg fallback behaviour

master
Connor Lane Smith 12 anni fa
parent
commit
26c78cd952
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run Vedi 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=:


Caricamento…
Annulla
Salva