diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-24 10:56:57 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-24 10:56:57 -0500 |
| commit | b4e69a37e69b50b984a8a9e4431dea5f7da4603f (patch) | |
| tree | 380c6d603dbc98a60d7630fd4d27663dcdc09764 /dwm-6.2/config.h | |
| parent | 831ce0366daeca2758f2c581c0f0eb7f24e57c88 (diff) | |
sarc 1.0.1
Former-commit-id: 267e8f0536ffbbf900408b927dcdfb7411795793
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[] = { |