From 9e8572af7eb9640a8bb690adf9ca2ecfa6992644 Mon Sep 17 00:00:00 2001 From: Moritz Luedecke Date: Fri, 15 Sep 2017 00:39:22 +0200 Subject: Move all config variables into config.h and rename topbar to buttom --- config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 8eea22b..cee1d67 100644 --- a/config.h +++ b/config.h @@ -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" }, -- cgit v1.2.3