From 004649b3c002e98fbac7de7faee7577f153a345e Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 31 Jul 2020 14:00:27 +0400 Subject: [PATCH] Showing bar. Signed-off-by: Pavel Kirilin <win10@list.ru> --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 6959545..8d7f756 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -4,7 +4,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 8; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ -static const int showbar = 0; /* 0 means no 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 const char dmenufont[] = "monospace:size=10"; -- GitLab