Introduction
Introduction Statistics Contact Development Disclaimer Help
reverting sessiontime - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 54df4608668bb5d71ba9e89ba46995bbf5ac6602
parent 1005ea0ac934879485bbdae359325a02fd6ff6fa
Author: Enno Boland (tox) <[email protected]>
Date: Thu, 3 Jun 2010 22:50:04 +0200
reverting sessiontime
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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", \
You are viewing proxied material from suckless.org. 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.