tok 2.4.2 - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a71424ac0e74f05274a8009f07487112730fa472
 (DIR) parent f1ab687c628f0ee4e71c33c4a8d304534e60141a
 (HTM) 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(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -1,5 +1,5 @@
        # dmenu version
       -VERSION = 2.4.1
       +VERSION = 2.4.2
        
        # Customize below to fit your system
        
 (DIR) diff --git a/dmenu_path b/dmenu_path
       t@@ -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