summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorTroels Henriksen <athas@sigkill.dk>2011-11-05 11:43:46 +0100
committerTroels Henriksen <athas@sigkill.dk>2011-11-05 11:43:46 +0100
commitdf96fe4171c525968a81c794dc534dfb628807e7 (patch)
tree1c6c5fdd7d307c29e4562f518c7c49d114032833 /config.def.h
parent543d0c77ee1ec96f57966e06337eb0351adae017 (diff)
downloadsurf-df96fe4171c525968a81c794dc534dfb628807e7.tar.gz
surf-df96fe4171c525968a81c794dc534dfb628807e7.tar.bz2
surf-df96fe4171c525968a81c794dc534dfb628807e7.zip
Use the surf user agent when downloading with wget.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index dd18e83..cc526a3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,10 +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) { \
+#define DOWNLOAD(d, u) { \
.v = (char *[]){ "/bin/sh", "-c", \
- "xterm -e \"wget --load-cookies ~/.surf/cookies.txt '$0';\"", \
- d, NULL } }
+ "xterm -e \"wget '$0' \
+--load-cookies ~/.surf/cookies.txt \
+--user-agent '$1' ; sleep 5\"", d, u, NULL } }
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */