new dmenu_run
This commit is contained in:
parent
8ec1b41cac
commit
eadf090413
5 changed files with 15 additions and 26 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
CACHE=$HOME/.dmenu_cache
|
||||
IFS=:
|
||||
|
||||
if ! test -f "$CACHE" || find $PATH -type d -newer "$CACHE" | grep -q .; then
|
||||
lsx $PATH | sort -u > "$CACHE"
|
||||
fi
|
||||
|
||||
cat "$CACHE"
|
Loading…
Add table
Add a link
Reference in a new issue