summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-12-04 21:48:42 +0100
committerChristoph Lohmann <20h@r-36.net>2012-12-04 21:48:42 +0100
commita013f0857e0f2ddf720b9d02954eeacd8d3f849b (patch)
tree762481985c22b6accedc036aa554c8292b8bb3f4 /config.def.h
parent6ddc8a80fd5d8db11b7d9694e2b1e275243ec72c (diff)
downloadsurf-a013f0857e0f2ddf720b9d02954eeacd8d3f849b.tar.gz
surf-a013f0857e0f2ddf720b9d02954eeacd8d3f849b.tar.bz2
surf-a013f0857e0f2ddf720b9d02954eeacd8d3f849b.zip
Changing the default DOWNLOAD to use st.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 789ada4..663e532 100644
--- a/config.def.h
+++ b/config.def.h
@@ -31,7 +31,7 @@ static Bool hidebackground = FALSE;
/* DOWNLOAD(URI, referer) */
#define DOWNLOAD(d, r) { \
.v = (char *[]){ "/bin/sh", "-c", \
- "xterm -e \"wget '$0'" \
+ "st -e /bin/sh -c \"wget '$0'" \
" --load-cookies ~/.surf/cookies.txt" \
" --user-agent '$1'" \
" --referer '$2' ; sleep 5\"", d, useragent, r, NULL \