surf

Surf web browser.
git clone git://r-36.net/surf
Log | Files | Refs | README | LICENSE

commit 8acc31bbde28b79be906269c0dbcc59974bbb800
parent f304d0af52a7141f8395b0eea961292fa91104f0
Author: Enno Boland (tox) <tox@s01.de>
Date:   Sun,  9 May 2010 22:46:22 +0200

changing default value of NOBACKGROUND
Diffstat:
config.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -7,7 +7,7 @@ static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; static char *dldir = ".surf/dl/"; static time_t sessiontime = 0; -#define NOBACKGROUND 0 +#define NOBACKGROUND 1 #define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \