Introduction
Introduction Statistics Contact Development Disclaimer Help
tmerge - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 91d04b15f0bb16d5b31ad92ea1e6a0066e589956
parent b1e9a6e9ab195aef30595ad1fb64417c7879dcb0
Author: Enno Boland (tox) <[email protected]>
Date: Tue, 11 May 2010 14:57:44 +0200
merge
Diffstat:
M config.def.h | 2 +-
M surf.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -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 1
+#define NOBACKGROUND 0
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
"prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
diff --git a/surf.c b/surf.c
t@@ -579,7 +579,7 @@ newclient(void) {
g_free(uri);
setatom(c, findprop, "");
setatom(c, uriprop, "");
- if(!NOBACKGROUND)
+ if(NOBACKGROUND)
webkit_web_view_set_transparent(c->view, TRUE);
c->download = 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.