Removing workaround to ensure that floating master stays on top, ref. #20

This commit is contained in:
bakkeby
2020-03-24 10:17:09 +01:00
parent becbb9bfbf
commit d17a306a94
3 changed files with 3 additions and 25 deletions

View File

@ -78,10 +78,6 @@ centeredfloatingmaster(Monitor *m)
#else
mx += WIDTH(c);
#endif
if (n > 1) {
detachstack(c);
attachstack(c);
}
} else {
/* stack clients are stacked horizontally */
#if CFACTS_PATCH
@ -95,5 +91,4 @@ centeredfloatingmaster(Monitor *m)
sx += WIDTH(c);
#endif
}
restack(m);
}
}