From: Anselm R.Garbe Date: Thu, 10 Aug 2006 15:33:11 +0000 (+0200) Subject: respecting inc hints in floating mode on togglemax X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=6521c2dd4160099616fa10035aa0f0e595c86204 respecting inc hints in floating mode on togglemax --- diff --git a/client.c b/client.c index 773b8f8..5d34c07 100644 --- a/client.c +++ b/client.c @@ -411,7 +411,7 @@ togglemax(Arg *arg) sel->h = sh - 2 - bh; higher(sel); - resize(sel, False, TopLeft); + resize(sel, arrange == dofloat, TopLeft); sel->x = ox; sel->y = oy;