From 95d01d54ff5ff3a39d1c0fb9ad1d0017f489f9f3 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 10 Jun 2019 11:54:03 +0200 Subject: Improved gaps patch --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 86e469d..11c1420 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 = 4; /* gap pixel between windows */ +static const unsigned int gappx = 10; /* 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