Fixing bugs in relation to #12
This commit is contained in:
@ -107,9 +107,9 @@ centeredmaster(Monitor *m)
|
||||
if (!m->nmaster || n < m->nmaster)
|
||||
mtotal += mh / mfacts;
|
||||
else if ((n - m->nmaster) % 2)
|
||||
ltotal += lh / sfacts;
|
||||
ltotal += lh / lfacts;
|
||||
else
|
||||
rtotal += rh / lfacts;
|
||||
rtotal += rh / rfacts;
|
||||
#endif // CFACTS_PATCH
|
||||
|
||||
mrest = mh - mtotal;
|
||||
|
Reference in New Issue
Block a user