summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-16 16:12:09 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-16 16:12:09 +0100
commite7b36f693f184427c51be59e98c5f1bb5904e806 (patch)
tree997c1afc84b1002ade6468c966444c92b8674194 /config.def.h
parentd6bbef74fefaf4f5b9943a821867d99a7200f7ed (diff)
downloadsurf-e7b36f693f184427c51be59e98c5f1bb5904e806.tar.gz
surf-e7b36f693f184427c51be59e98c5f1bb5904e806.tar.bz2
surf-e7b36f693f184427c51be59e98c5f1bb5904e806.zip
Adding a surf-open.sh script for easier tabbed(1) integration.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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;