summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-09 22:41:11 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-09 22:41:11 +0200
commitf304d0af52a7141f8395b0eea961292fa91104f0 (patch)
tree6110f4a41766d36d8342ce2d53efafc76f5c201e /config.def.h
parent168da3730fcaabf56f9cb7508cbff1699e5b33b1 (diff)
parent11039e5e2b8cef231f49bef1175c4d4d94ee6ba3 (diff)
downloadsurf-f304d0af52a7141f8395b0eea961292fa91104f0.tar.gz
surf-f304d0af52a7141f8395b0eea961292fa91104f0.tar.bz2
surf-f304d0af52a7141f8395b0eea961292fa91104f0.zip
merge
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 6c143ae..1110acc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,7 +6,8 @@ static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
static char *dldir = ".surf/dl/";
-static time_t sessiontime = 3600;
+static time_t sessiontime = 0;
+#define NOBACKGROUND 0
#define SETPROP(p) { .v = (char *[]){ "/bin/sh", "-c", \
"prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \