summaryrefslogtreecommitdiff
path: root/community/surf/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'community/surf/config.h')
-rw-r--r--community/surf/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/surf/config.h b/community/surf/config.h
index a221c86e3..43506bd90 100644
--- a/community/surf/config.h
+++ b/community/surf/config.h
@@ -35,7 +35,7 @@ static Bool hidebackground = FALSE;
/* DOWNLOAD(URI, referer) */
#define DOWNLOAD(d, r) { \
.v = (char *[]){ "/bin/sh", "-c", \
- "st -e /bin/sh -c \"curl -J -O --user-agent '$1'" \
+ "xterm -e /bin/sh -c \"curl -J -O --user-agent '$1'" \
" --referer '$2'" \
" -b ~/.surf/cookies.txt -c ~/.surf/cookies.txt '$0';" \
" sleep 5;\"", \