summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 46f71f8..8d1ee06 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,9 +7,9 @@
static const int sloppyfocus = 0; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const unsigned int borderpx = 3; /* border pixel of windows */
-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[] = {"monospace:size=10"};
+static const char *fonts[] = { "BigBlueTermPlus Nerd Font:size=14" };
static const float rootcolor[] = COLOR(0x000000ff);
static const int trayspacing = 4; /* Spacing between icons in system tray */
static const int traymargins = 4; /* System tray inner margins */