From bcc94d2485c95afacaeed252d14a3157bd01a06c Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Sun, 9 Jun 2019 18:07:22 +0200 Subject: Added gaps 2/2 [Patch] --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 4ab74aa..a115267 100644 --- a/config.h +++ b/config.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 6; /* gap pixel 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 */ -- cgit 1.4.1