[dev] [tabbed] [PATCH] Remove unnecessary xargs call.

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Mon, 7 Apr 2014 23:14:10 +0200

The removed call can stop the pipeline from working, if one adds e.g. his
history to the possible selections and the amount of entries gets too big.
---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index ceda9f7..60922cc 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -21,7 +21,7 @@ static Bool npisrelative  = False;
 
 #define SETPROP(p) { \
 	.v = (char *[]){ "/bin/sh", "-c", \
-		"prop=\"`xwininfo -children -id $1 | grep '^     0x' | sed -e's_AT_^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' | xargs -0 printf %b | dmenu -l 10`\" &&" \
+		"prop=\"`xwininfo -children -id $1 | grep '^     0x' | sed -e's_AT_^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' | dmenu -l 10`\" &&" \
 		"xprop -id $1 -f $0 8s -set $0 \"$prop\"", \
 		p, winid, NULL \
 	} \
-- 
1.8.3.2
Received on Mon Apr 07 2014 - 23:14:10 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 07 2014 - 23:24:06 CEST