This commit is contained in:
tavo-wasd 2023-06-02 22:38:38 -06:00
parent e9dbf0c6dd
commit e4549ca905

View file

@ -3,7 +3,7 @@
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const Gap default_gap = {.isgap = 1, .realgap = 15, .gappx = 15};
static const Gap default_gap = {.isgap = 1, .realgap = 10, .gappx = 10};
static const unsigned int snap = 5; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */