--- config.def.h.orig +++ config.def.h @@ -76,8 +76,8 @@ /* DOWNLOAD(URI, referer) */ #define DOWNLOAD(u, r) { \ - .v = (const char *[]){ "st", "-e", "/bin/sh", "-c",\ - "curl -g -L -J -O -A \"$1\" -b \"$2\" -c \"$2\"" \ + .v = (const char *[]){ "xterm", "-e", "/bin/sh", "-c",\ + "cd ~/Downloads && curl -g -L -J -O -A \"$1\" -b \"$2\" -c \"$2\"" \ " -e \"$3\" \"$4\"; read", \ "surf-download", useragent, cookiefile, r, u, NULL \ } \