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
@@ -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@^ *\\(0x[0-9a-f]*\\) \"\\([^\"]*\\)\".*@\\1 \\2@' | xargs -0 printf %b | 
dmenu -l 10`\" &&" \
+               "prop=\"`xwininfo -children -id $1 | grep '^     0x' | sed 
-e's@^ *\\(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


Reply via email to