X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=49ffa49e47919b0ebd6e7929c5e6c63155d0dd28;hp=08ff70721c06b6b63779cb87ae86d4a953977bf8;hb=7001df98d1cb8121f4555e76c47a31f0975a85dc;hpb=2e978627ddd4d18470b0d49008d9c285ed774c3d diff --git a/config.def.h b/config.def.h index 08ff707..49ffa49 100644 --- a/config.def.h +++ b/config.def.h @@ -10,6 +10,7 @@ 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 Bool zoomto96dpi = TRUE; /* Zoom pages to always emulate 96dpi */ static guint defaultfontsize = 12;