Adding sticky and warp patches

This commit is contained in:
bakkeby
2019-09-15 00:43:35 +02:00
parent 713c4e6197
commit 30e0a3b5e4
11 changed files with 83 additions and 5 deletions

View File

@ -34,7 +34,7 @@ pushup(const Arg *arg)
if (selmon->clients == c)
selmon->clients = sel;
else {
for (c f selmon->clients; c->next != sel->next; c = c->next);
for (c = selmon->clients; c->next != sel->next; c = c->next);
c->next = sel;
}
} else {