From b84da10be328283fb0f71fa8e2bdf7b44551e544 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 14 Aug 2020 18:10:05 -0400 Subject: [PATCH] topbar --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index d4213c0..32f2e68 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,7 @@ static const int systraypinningfailfirst = 0; /* 1: if pinning fails, display the last monitor*/ static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ -static const int topbar = 0; /* 0 means bottom bar */ +static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "Hack:size=10" }; static const char dmenufont[] = "Hack:size=10"; static const char col_gray1[] = "#222222";