wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 7859ef43d8cbacfc7e9f42c96782f8ac7e64189c
parent cec7622f37109f2e5a152edf9b5c7ddb10bab3c7
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Sun, 12 Feb 2006 12:14:14 +0100

fn items in wmiirc now pipes the result to uniq as well


Diffstat:
rc/wmiirc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -94,7 +94,7 @@ fn items { echo `{basename $file} } } - } | sort + } | sort | uniq } rm -f /tmp/ns.$USER.$DISPLAY/p.menu @ items $OLD_PATH > /tmp/ns.$USER.$DISPLAY/p.menu &