From 114fe4d2f75c352a545d614c6b1d48832bf2b41d Mon Sep 17 00:00:00 2001 From: Mateja Date: Fri, 16 Apr 2021 15:23:11 +0200 Subject: Applied `useless gap` patch. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 7f7cbbf..932e9e7 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,7 @@ /* appearance */ static unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 6; /* gaps between windows */ static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -- cgit v1.2.3