diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,14 +1,16 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static int topbar = 1; +static int bottom = 1; static int embedded = 0; static int minpwlen = 32; +static int mon = -1; + +static const char *asterisk = "*"; static const char *fonts[] = { "monospace:size=10" }; static const char *prompt = NULL; -static const char *asterisk = "*"; static const char *colors[SchemeLast][4] = { [SchemePrompt] = { "#bbbbbb", "#222222" }, [SchemeNormal] = { "#bbbbbb", "#222222" }, |