summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-08-02 12:32:34 +0500
committerpryazha <pryadeiniv@mail.ru>2025-08-02 12:32:34 +0500
commit7ff80d39d836dcbdb6fcd111f23b53679840821a (patch)
tree0f5311c32ed6231f911ab0d48a08b31acc7fc0b5
parent43e422ecaaf80f022db28b7ee81d8f676e88fc46 (diff)
fallback to not showing the barHEADmaster
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 285b9aa..8e115c1 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* 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 = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Iosevka:size=16" };
static const char dmenufont[] = "Iosevka:size=16";