From ab70e0c0f8919ed1831ed6871d5b484910e8aeb6 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 31 May 2024 20:56:27 +0530 Subject: Updating changes --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index f40f704..98f5f21 100644 --- a/config.h +++ b/config.h @@ -62,7 +62,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ -- cgit v1.2.3-13-gbd6f