Changing the default DOWNLOAD to use st.
This commit is contained in:
parent
6ddc8a80fd
commit
a013f0857e
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue