about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-03-11 21:26:22 +0100
committerChristoph Lohmann <20h@r-36.net>2013-03-11 21:26:22 +0100
commitbadb84387e659ba1692c08f728ad6e7846d37818 (patch)
tree7ebcbddafb9843d378d20529691dbe344bc06996 /config.def.h
parentdisable/toggle scrollbars (diff)
downloadsurf-badb84387e659ba1692c08f728ad6e7846d37818.tar.gz
surf-badb84387e659ba1692c08f728ad6e7846d37818.tar.bz2
surf-badb84387e659ba1692c08f728ad6e7846d37818.zip
Adding kiosk mode.
Thanks to Christian Hesse <mail@eworm.de>!
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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;