Add an option to disable the indicators.

This commit is contained in:
Christoph Lohmann
2013-04-14 14:26:44 +02:00
parent a383964c95
commit 083ea8ecde
2 changed files with 26 additions and 19 deletions
+1
View File
@@ -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;