From 84bb66cd82790dc1714f8e448529fad7849a3423 Mon Sep 17 00:00:00 2001 From: pbentes Date: Sun, 4 May 2025 21:57:10 +0100 Subject: [PATCH] fixed mistake --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 7352b72..b4945e8 100644 --- a/config.def.h +++ b/config.def.h @@ -1,12 +1,12 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const int horizpadbar = 5; /* horizontal padding for statusbar */ +static const int horizpadbar = 0; /* horizontal padding for statusbar */ static const int vertpadbar = 5; /* vertical padding for statusbar */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */