applied Sanders zoom_update patch
This commit is contained in:
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)) {
|
||||
|
Reference in New Issue
Block a user