fixed font size being too big
This commit is contained in:
parent
c2bb0e4c6d
commit
1a9a4ce585
2
config.h
2
config.h
@ -6,7 +6,7 @@ static const unsigned int gappx = 18; /* gaps between windows */
|
||||
static const unsigned int snap = 16; /* snap pixel */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = { "monospace:size=10" };
|
||||
static const char *fonts[] = { "monospace:size=9" };
|
||||
/* Colors _0 means lighter version */
|
||||
static const char col_bg[] = "#1d2021";
|
||||
static const char col_bg_0[] = "#282828";
|
||||
|
Loading…
x
Reference in New Issue
Block a user