Hi
that's perfect... just one comment thought :
dmenu_path is using /usr/bin/sort , however , my sort is located
in /bin/sort
could you simply use sort without full path ?
ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/
{ print $NF }' | sort -u
Lobzang.
On Fri, 2007-02-23 at 10:50 +0100, Anselm R. Garbe wrote:
> Hi there,
>
> I released
>
> http://www.suckless.org/download/dmenu-2.4.tar.gz
>
> This version is basically equal to 2.3, except that it includes
> an sh-script called dmenu_path which prints all executables in
> the $PATH to stdout. This script is required for future dwm
> releases and might be of use for wmii as well (you can drop the
> proglist function from rc.wmii if you like, basically dmenu_path
> does the same).
>
> I did some benchmarks measuring the difference between
> dmenu_path and the lsx-based construct and found in earlier
> config.arg.h versions in dwm and noticed there is no difference,
> so I removed lsx from the repositories, however the
> lsx-0.1.tar.gz remains where it was - but note, if you used it
> in the past, you can remove it now from your disk and stick to
> dmenu_path instead...
>
> Regards,
Received on Fri Feb 23 2007 - 13:00:30 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:38:05 UTC