diff --git a/config.h b/config.h index 054c5bb..5824b05 100644 --- a/config.h +++ b/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";