applied Sanders zoom_update patch
This commit is contained in:
parent
6521c2dd41
commit
9fce8215b7
2
client.c
2
client.c
@ -461,7 +461,7 @@ zoom(Arg *arg)
|
||||
{
|
||||
Client *c;
|
||||
|
||||
if(!sel || (arrange != dotile) || sel->isfloat)
|
||||
if(!sel || (arrange != dotile) || sel->isfloat || sel->ismax)
|
||||
return;
|
||||
|
||||
if(sel == getnext(clients)) {
|
||||
|
Loading…
Reference in New Issue
Block a user