gaps by default
This commit is contained in:
parent
38027bafb0
commit
ee95ad6795
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue