summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorpancake <nopcode.org>2010-05-08 21:43:53 +0200
committerpancake <nopcode.org>2010-05-08 21:43:53 +0200
commit11039e5e2b8cef231f49bef1175c4d4d94ee6ba3 (patch)
treeccf4034d3eb9edd1ab2dd207330a45a5b5c5cad7 /config.def.h
parente9c9715f52afd3b4e3d512aea9d021e7e1980f63 (diff)
downloadsurf-11039e5e2b8cef231f49bef1175c4d4d94ee6ba3.tar.gz
surf-11039e5e2b8cef231f49bef1175c4d4d94ee6ba3.tar.bz2
surf-11039e5e2b8cef231f49bef1175c4d4d94ee6ba3.zip
Do not set cookie session time if set to 0
Add NOBACKGROUND config.def.h option - requires body {background-color} in style.css - fixes white background when loading pages
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`\" &&" \