From d4ef2299656fa45f2259a3b5e54349614783ab15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Wed, 27 May 2020 00:04:18 +0200 Subject: [PATCH] Added gaps and border Signed-off-by: Marcin Wozniak --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 94d933d..7b1f1b0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ -static const unsigned int borderpx = 0; /* border pixel of windows */ -static const unsigned int gappx = 0; /* gaps between windows */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 25; /* 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 */