summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-02-19 22:20:00 +0500
committerpryazha <pryadeiniv@mail.ru>2025-02-19 22:20:00 +0500
commit727931ee323d043f1d97434aef8b0c7191dbc6a4 (patch)
tree8a9f20fb8602c9d83593f7486ebb2050b11d030e /config.h
parent7d84b5d3635f937f09f206d1f2c307d7083b2f70 (diff)
Disable gaps (maybe remove them completely in the future), also enable barHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index b2872b8..843695a 100644
--- a/config.h
+++ b/config.h
@@ -1,12 +1,12 @@
static const unsigned int borderpx = 3;
-static const unsigned int gappx = 10;
+static const unsigned int gappx = 0;
static const unsigned int snap = 32;
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
static const int showsystray = 1;
-static const int showbar = 0;
+static const int showbar = 1;
static const int topbar = 1;
static const char *fonts[] = { "Iosevka:size=16" };
static const char dmenufont[] = "Iosevka:size=16";