summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-09 22:46:22 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-09 22:46:22 +0200
commit8acc31bbde28b79be906269c0dbcc59974bbb800 (patch)
treed0b6f43ee60032ed688b009aa89b992906b9f531 /config.def.h
parentf304d0af52a7141f8395b0eea961292fa91104f0 (diff)
downloadsurf-8acc31bbde28b79be906269c0dbcc59974bbb800.tar.gz
surf-8acc31bbde28b79be906269c0dbcc59974bbb800.tar.bz2
surf-8acc31bbde28b79be906269c0dbcc59974bbb800.zip
changing default value of NOBACKGROUND
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1110acc..4792570 100644
--- 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`\" &&" \