Added gaps and border
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
parent
83612fde22
commit
d4ef229965
4
config.h
4
config.h
@ -1,5 +1,5 @@
|
|||||||
static const unsigned int borderpx = 0; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const unsigned int gappx = 0; /* gaps between windows */
|
static const unsigned int gappx = 25; /* gaps between windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
static const unsigned int snap = 32; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
|
Loading…
Reference in New Issue
Block a user