commit 4718063fc2412dc4310cd86e271755d63e3b82f2 from: amb date: Fri May 8 12:20:48 2026 UTC Remove the bar permanently commit - 945d94e4ec5339362d42fd646b14862627d6fb0b commit + 4718063fc2412dc4310cd86e271755d63e3b82f2 blob - dd018c056160fb0385a4b4ef5ae417619262c617 blob + 7853dc837ba5dd26ad3d944a7156c1d246b86c70 --- config.h +++ config.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -static const int showbar = 1; /* 0 means no bar */ +static const int showbar = 0; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ static const char *fonts[] = { "mono:size=10" }; static const char dmenufont[] = "mono:size=10";