diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-08-28 00:04:35 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-08-28 00:04:35 +0300 |
commit | 801d168c98a17852ca2b06c09194d6b0e3d84ac0 (patch) | |
tree | 58278454faebcd90600f32503bf395755acd7299 /config.def.h | |
parent | 454a54cfde46aaccbc497993d77719e10b2c334f (diff) |
fix comment alignment
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |