diff options
Diffstat (limited to 'dwm-6.2/config.h')
| -rw-r--r-- | dwm-6.2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |