dmenu

Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
Log | Files | Refs | README | LICENSE

commit a71424ac0e74f05274a8009f07487112730fa472
parent f1ab687c628f0ee4e71c33c4a8d304534e60141a
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Fri, 23 Feb 2007 13:51:06 +0100

ok 2.4.2
Diffstat:
config.mk | 2+-
dmenu_path | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 2.4.1 +VERSION = 2.4.2 # Customize below to fit your system diff --git a/dmenu_path b/dmenu_path @@ -1,2 +1,2 @@ #!/bin/sh -/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq +/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u