Introduction
Introduction Statistics Contact Development Disclaimer Help
tsimplified sort | uniq into sort -u (on my boxes all sort support -u) - dwm - …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 80bf2aa5592da311fb712e63b66aeec560df2b56
parent b9cd0c433139ae7dac850c5cd538ee74b32797e1
Author: Anselm R.Garbe <[email protected]>
Date: Wed, 16 Aug 2006 09:05:58 +0200
simplified sort | uniq into sort -u (on my boxes all sort support -u)
Diffstat:
M config.arg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -22,7 +22,7 @@ static Key key[] = { \
{ .cmd = "exec urxvt +sb -tr -bg black -fg '#eeeeee' -fn '"FON…
{ MODKEY, XK_p, spawn, \
{ .cmd = "exec `ls -lL /usr/bin /usr/local/bin 2>/dev/null | "…
- "awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort | un…
+ "awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u |…
{ MODKEY, XK_j, focusnext, …
{ MODKEY, XK_k, focusprev, …
{ MODKEY, XK_Return, zoom, …
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.