X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=9c1a76a6be6a900b15e58b6b9bd638c6a6af4afe;hb=e7b36f693f184427c51be59e98c5f1bb5904e806;hp=0a16f3e56deb9151cefaf77a9ae0495f1d650ec6;hpb=d6bbef74fefaf4f5b9943a821867d99a7200f7ed;p=surf.git 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;