From c4601b7c5c5c3765954dd0657a3d6b955ad129f4 Mon Sep 17 00:00:00 2001 From: sewn Date: Fri, 30 Aug 2024 18:25:04 +0300 Subject: [PATCH] config.h: dwm defaults --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 82faa08..9aeb527 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,6 @@ /* appearance */ -static const int showbar = 0; /* 0 means no bar */ -static const int topbar = 0; /* 0 means bottom bar */ +static const int showbar = 1; /* 0 means no bar */ +static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static uint32_t colors[][3] = { /* fg bg */