summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2011-11-05 12:06:08 +0100
committerTroels Henriksen <athas@sigkill.dk>2011-11-05 12:06:08 +0100
commit590a9bb19d331320643c50cf90433b94c7a3ba28 (patch)
treeafb44f99efe7d22c10fdf14f3f743d0f263e6223 /config.def.h
parentdf96fe4171c525968a81c794dc534dfb628807e7 (diff)
downloadsurf-590a9bb19d331320643c50cf90433b94c7a3ba28.tar.gz
surf-590a9bb19d331320643c50cf90433b94c7a3ba28.tar.bz2
surf-590a9bb19d331320643c50cf90433b94c7a3ba28.zip
Cleanup previous patch.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index cc526a3..a52fe1c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,11 +15,11 @@ static char *strictssl = FALSE; /* Refuse untrusted SSL connections */
"prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
"xprop -id $2 -f $1 8s -set $1 \"$prop\"", \
p, q, winid, NULL } }
-#define DOWNLOAD(d, u) { \
+#define DOWNLOAD(d) { \
.v = (char *[]){ "/bin/sh", "-c", \
"xterm -e \"wget '$0' \
--load-cookies ~/.surf/cookies.txt \
---user-agent '$1' ; sleep 5\"", d, u, NULL } }
+--user-agent '$1' ; sleep 5\"", d, useragent, NULL } }
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */