diff --git a/config.def.h b/config.def.h index f4a21e2..6158226 100644 --- a/config.def.h +++ b/config.def.h @@ -2,9 +2,9 @@ #include /* appearance */ -static const unsigned int borderpx = 2; /* border pixel of windows */ -static const Gap default_gap = {.isgap = 1, .realgap = 25, .gappx = 25}; -static const unsigned int snap = 15; /* snap pixel */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +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 */ static const int topbar = 0; /* 0 means bottom bar */