Introduction
Introduction Statistics Contact Development Disclaimer Help
tChanging the default DOWNLOAD to use st. - surf - customized build of surf, th…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit a013f0857e0f2ddf720b9d02954eeacd8d3f849b
parent 6ddc8a80fd5d8db11b7d9694e2b1e275243ec72c
Author: Christoph Lohmann <[email protected]>
Date: Tue, 4 Dec 2012 21:48:42 +0100
Changing the default DOWNLOAD to use st.
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -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 \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.