increate font size (also don't swallow floating)
This commit is contained in:
parent
90519fd38b
commit
310ddafa5d
6
config.h
6
config.h
@ -11,9 +11,9 @@ static int smartgaps = 1; /* 1 means no outer gap when the
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const int focusonwheel = 0;
|
||||
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
|
||||
static const char *fonts[] = { "Hack Nerd Font:size=10" };
|
||||
static const char dmenufont[] = "Hack Nerd Font:size=10";
|
||||
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
||||
static const char *fonts[] = { "Hack Nerd Font:size=11" };
|
||||
static const char dmenufont[] = "Hack Nerd Font:size=11";
|
||||
static const char col_gray1[] = "#222222";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
|
Loading…
Reference in New Issue
Block a user