using -Os again, zoom is ignored in floating mode or on floating clients
This commit is contained in:
parent
a207949b65
commit
ecc95c903b
2 changed files with 2 additions and 2 deletions
2
client.c
2
client.c
|
@ -466,7 +466,7 @@ zoom(Arg *arg)
|
|||
{
|
||||
Client *c;
|
||||
|
||||
if(!sel)
|
||||
if(!sel || arrange != dotile)
|
||||
return;
|
||||
|
||||
if(sel == getnext(clients) && sel->next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue