From ee95ad6795dc51217008363e56fe313d1cfdbaf4 Mon Sep 17 00:00:00 2001 From: mrsu Date: Sun, 23 Jun 2024 19:44:36 +0100 Subject: [PATCH] gaps by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 465f25f..5903337 100644 --- a/config.def.h +++ b/config.def.h @@ -4,7 +4,7 @@ /* appearance */ static unsigned int borderpx = 6; /* 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 unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */