Added gaps and border

Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-05-27 00:04:18 +02:00 committed by Marcin Wozniak
parent 83612fde22
commit d4ef229965
1 changed files with 2 additions and 2 deletions

View File

@ -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 */