new dmenu_run

This commit is contained in:
Connor Lane Smith 2011-06-13 21:50:31 +01:00
parent 8ec1b41cac
commit eadf090413
5 changed files with 15 additions and 26 deletions

View file

@ -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"