consistency
This commit is contained in:
parent
23fdddc885
commit
e052765d80
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ static const unsigned int snap = 15; /* snap pixel */
|
||||||
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 0; /* 0 means bottom bar */
|
static const int topbar = 0; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "SourceCodePro:size=9" };
|
static const char *fonts[] = { "SourceCodePro:size=10" };
|
||||||
static const char dmenufont[] = "SourceCodePro:size=9";
|
static const char dmenufont[] = "SourceCodePro:size=10";
|
||||||
static const char col_gray1[] = "#222222";
|
static const char col_gray1[] = "#222222";
|
||||||
static const char col_gray2[] = "#444444";
|
static const char col_gray2[] = "#444444";
|
||||||
static const char col_gray3[] = "#bbbbbb";
|
static const char col_gray3[] = "#bbbbbb";
|
||||||
|
|
Loading…
Reference in a new issue