diff options
author | zachir <zachir@librem.one> | 2022-01-27 23:54:47 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-27 23:54:47 -0600 |
commit | a3bb82f2b90ebbb89cad9c4ad11ea04ec23f214d (patch) | |
tree | 03644b72843f2467f1b92ce3acdf28f9473bac7a /dwm.c | |
parent | b2c2987873cb7015421e3a3e903e30f2207a6500 (diff) |
fix typo which broke cfacts/mfacts
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2298,7 +2298,6 @@ tile(Monitor *m) if (i < m->nmaster) { h = (m->wh - my) * (c->cfact / mfacts); resize(c, m->wx, m->wy + my, mw - (2*c->bw), h - (2*c->bw), 0); - my += HEIGHT(c); if (my + HEIGHT(c) < m->wh) my += HEIGHT(c); mfacts -= c->cfact; |