summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2010-05-17 23:13:44 +0200
committerGravatar Enno Boland (tox) 2010-05-17 23:13:44 +0200
commit7ce2856194a55a31314c19c81a05008c24076dc8 (patch)
tree6225741571fc9e9e4932233332ce92669a2f4c34
parentchanging xprops (diff)
parentchanging sessiontime to 3600 (diff)
merge
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e6da45b..6d2c6cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static char *progress_trust = "#00FF00";
static char *stylefile = ".surf/style.css";
static char *scriptfile = ".surf/script.js";
static char *cookiefile = ".surf/cookies.txt";
-static time_t sessiontime = 0;
+static time_t sessiontime = 3600;
#define NOBACKGROUND 0
#define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \