diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 0a16f3e..9c1a76a 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,8 @@ static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static int indicator_thickness = 2; + +/* Webkit features */ static Bool spatialbrowsing = TRUE; static Bool hidebackground = FALSE; |