summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-04-14 14:26:44 +0200
committerChristoph Lohmann <20h@r-36.net>2013-04-14 14:26:44 +0200
commit083ea8ecde50314cca961c7596a7ab43fc90223e (patch)
treec63964d12e1f28cd7d0600e8bd705e80c8c6305e /config.def.h
parenta383964c9582614fd56a45113cfa3685e92700fa (diff)
downloadsurf-083ea8ecde50314cca961c7596a7ab43fc90223e.tar.gz
surf-083ea8ecde50314cca961c7596a7ab43fc90223e.tar.bz2
surf-083ea8ecde50314cca961c7596a7ab43fc90223e.zip
Add an option to disable the indicators.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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;