Introduction
Introduction Statistics Contact Development Disclaimer Help
tA typo in SETPROP macro: should be ``printf %b'', not ``printf''. - surf - cus…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit e0e4a844f76311f4bfed542d34459dcfc68f9ddf
parent f6dc8b25418e541f7d7b9c3ce63c763918a15d90
Author: Alexander Sedov <[email protected]>
Date: Sat, 30 Mar 2013 00:31:23 +0400
A typo in SETPROP macro: should be ``printf %b'', not ``printf''.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -23,7 +23,7 @@ static Bool hidebackground = FALSE;
#define SETPROP(p, q) { \
.v = (char *[]){ "/bin/sh", "-c", \
- "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | xargs -0 printf …
+ "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | xargs -0 printf …
"xprop -id $2 -f $1 8s -set $1 \"$prop\"", \
p, q, winid, NULL \
} \
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.