From 083ea8ecde50314cca961c7596a7ab43fc90223e Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 14 Apr 2013 14:26:44 +0200 Subject: Add an option to disable the indicators. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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; -- cgit v1.2.3