X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=9c1a76a6be6a900b15e58b6b9bd638c6a6af4afe;hb=e7b36f693f184427c51be59e98c5f1bb5904e806;hp=5f554ff28e6acc95e8bccfde760af1481af75891;hpb=ba452c2e1311dab6f85c8d29c2aea2ae8e063d56;p=surf.git diff --git a/config.def.h b/config.def.h index 5f554ff..9c1a76a 100644 --- a/config.def.h +++ b/config.def.h @@ -14,8 +14,9 @@ static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ static int indicator_thickness = 2; -#define HIDE_BACKGROUND FALSE -#define SPATIAL_BROWSING TRUE +/* Webkit features */ +static Bool spatialbrowsing = TRUE; +static Bool hidebackground = FALSE; #define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \