From fa2aa52e7772287961ad30b084f09cd6dc3a70e4 Mon Sep 17 00:00:00 2001 From: swytch Date: Sat, 11 Jul 2020 17:13:49 +0200 Subject: [PATCH] feat: change default gap size to 25 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 75141b0..4a2bd2e 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ -static const unsigned int gappx = 10; /* gaps between 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 */