From b4e69a37e69b50b984a8a9e4431dea5f7da4603f Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 24 Jun 2021 10:56:57 -0500 Subject: sarc 1.0.1 Former-commit-id: 267e8f0536ffbbf900408b927dcdfb7411795793 --- dwm-6.2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm-6.2') diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index a20a18b..3119dfb 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -44,7 +44,7 @@ static const Rule rules[] = { /* layout(s) */ 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 nmaster = 1; /* numbof clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ static const Layout layouts[] = { -- cgit v1.2.3