From 727931ee323d043f1d97434aef8b0c7191dbc6a4 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 19 Feb 2025 22:20:00 +0500 Subject: Disable gaps (maybe remove them completely in the future), also enable bar --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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"; -- cgit v1.2.3