Add an option to disable the indicators.
This commit is contained in:
parent
a383964c95
commit
083ea8ecde
2 changed files with 26 additions and 19 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue