From 801d168c98a17852ca2b06c09194d6b0e3d84ac0 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Sun, 28 Aug 2022 00:04:35 +0300 Subject: fix comment alignment --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9078b98..2ce9af2 100644 --- a/config.def.h +++ b/config.def.h @@ -39,7 +39,7 @@ static const Rule rules[] = { }; /* layout(s) */ -static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */ +static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 0; /* 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