From 0dbde0c56dccc09a62c6cced4053a420360c885f Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sun, 9 Jun 2019 18:09:07 +0200 Subject: Changed gap pixels --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a115267..f650e8b 100644 --- a/config.h +++ b/config.h @@ -2,7 +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 gappx = 4; /* 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