[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/68a24f5535030473e90426c30fafe75262add419.gph

thotfix - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit 68a24f5535030473e90426c30fafe75262add419

parent 47b37834c4a594632492bb29ac7ab556918638b8

Author: Anselm R. Garbe

Date:   Fri, 23 Feb 2007 13:28:38 +0100
hotfix
Diffstat:
  config.mk                           |       2 +-
  dmenu_path                          |       2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---

diff --git a/config.mk b/config.mk

t@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 2.4
+VERSION = 2.4.1
 # Customize below to fit your system

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 }' | /usr/bin/sort -u
+/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq
.


AD: