diff --git a/config.h b/config.h index 94d933d..7b1f1b0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ -static const unsigned int borderpx = 0; /* border pixel of windows */ -static const unsigned int gappx = 0; /* gaps between windows */ +static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 25; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */