From 28cc4026fb67e5481430e56c94f48ef92981c410 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Tue, 18 May 2021 16:46:43 +0200 Subject: [PATCH] default to start with gaps on --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1718389..beeac1a 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const int startwithgaps[] = { 0 }; /* 1 means gaps are used by default, this can be customized for each tag */ +static const int startwithgaps[] = { 1 }; /* 1 means gaps are used by default, this can be customized for each tag */ static const unsigned int gappx[] = { 10 }; /* default gap between windows in pixels, this can be customized for each tag */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */