From badb84387e659ba1692c08f728ad6e7846d37818 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Mon, 11 Mar 2013 21:26:22 +0100 Subject: Adding kiosk mode. Thanks to Christian Hesse ! --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d9a2be9..85bfe47 100644 --- a/config.def.h +++ b/config.def.h @@ -8,6 +8,7 @@ static char *cookiefile = "~/.surf/cookies.txt"; static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +static Bool kioskmode = FALSE; /* Ignore shortcuts */ /* Webkit default features */ static Bool enablescrollbars = TRUE; -- cgit v1.2.3