From 310ddafa5d9d5e2c16e9a2fa4ef59c8106395f9c Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 22 Feb 2022 06:47:55 -0600 Subject: [PATCH] increate font size (also don't swallow floating) --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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";