Adding kiosk mode.
Thanks to Christian Hesse <mail@eworm.de>!
This commit is contained in:
parent
fe3bd631d4
commit
badb84387e
3 changed files with 19 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue