Added zoomfloating patch. Changed zoom and togglefloating functions to use c rather than selmon->sel.

pull/48/head
bakkeby 4 years ago
parent 91b6671981
commit eb782ae920

@ -4004,7 +4004,7 @@ zoom(const Arg *arg)
#endif // ZOOMFLOATING_PATCH
#if SWAPFOCUS_PATCH && PERTAG_PATCH
c->mon->pertag->prevclient[selmon->pertag->curtag] = nexttiled(c->mon->clients);
c->mon->pertag->prevclient[c->mon->pertag->curtag] = nexttiled(c->mon->clients);
#endif // SWAPFOCUS_PATCH
if (!c->mon->lt[c->mon->sellt]->arrange

Loading…
Cancel
Save