This commit is contained in:
Arthur Khachaturov 2024-07-04 13:49:10 +03:00
parent f6e995fe98
commit 765fb16e7d
7 changed files with 357 additions and 98 deletions

View file

@ -819,4 +819,4 @@ tile(Monitor *m)
resize(c, sx, sy, sw - (2*c->bw), sh * (c->cfact / sfacts) + ((i - m->nmaster) < srest ? 1 : 0) - (2*c->bw), 0);
sy += HEIGHT(c) + ih;
}
}
}