gaps by default

This commit is contained in:
mrsu 2024-06-23 19:44:36 +01:00
parent 9cb5d7778d
commit 8dbde1e58d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/* appearance */ /* appearance */
static unsigned int borderpx = 6; /* border pixel of windows */ 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 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 unsigned int snap = 32; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */