X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=83b6477730040457fdce4ed7e71863b8f5c5b951;hp=76061f328fbd3a2844eaf04bd31e76464399bc40;hb=083ea8ecde50314cca961c7596a7ab43fc90223e;hpb=a383964c9582614fd56a45113cfa3685e92700fa diff --git a/config.def.h b/config.def.h index 76061f3..83b6477 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,7 @@ 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 */ +static Bool showindicators = TRUE; /* Show indicators in window title */ static guint defaultfontsize = 12;