|
|
|
@ -8,8 +8,8 @@ static const int topbar = 1; /* 0 means bottom bar */
|
|
|
|
|
static const unsigned int gappx = 2; /* gaps between windows */
|
|
|
|
|
static unsigned int globalborder;
|
|
|
|
|
static unsigned int swallowfloating;
|
|
|
|
|
static const char *fonts[] = { "monospace:size=12" };
|
|
|
|
|
static const char dmenufont[] = "monospace:size=12";
|
|
|
|
|
static const char *fonts[] = { "JetBrainsMonoNerdFont:size=12" };
|
|
|
|
|
static const char dmenufont[] = "JetBrainsMonoNerdFont:size=12";
|
|
|
|
|
static const char col_gray1[] = "#222222";
|
|
|
|
|
static const char col_gray2[] = "#444444";
|
|
|
|
|
static const char col_gray3[] = "#bbbbbb";
|
|
|
|
|