added some new convenience functions
This commit is contained in:
parent
5d9146ff37
commit
30af19d442
4 changed files with 40 additions and 30 deletions
5
tile.c
5
tile.c
|
@ -125,10 +125,7 @@ zoom(Arg *arg) {
|
|||
if(!(c = nextmanaged(c->next)))
|
||||
return;
|
||||
detach(c);
|
||||
if(clients)
|
||||
clients->prev = c;
|
||||
c->next = clients;
|
||||
clients = c;
|
||||
attach(c);
|
||||
focus(c);
|
||||
arrange();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue