all repos — dwm @ 6521c2dd4160099616fa10035aa0f0e595c86204

my dwm build

respecting inc hints in floating mode on togglemax
Anselm R.Garbe arg@10ksloc.org
Thu, 10 Aug 2006 17:33:11 +0200
commit

6521c2dd4160099616fa10035aa0f0e595c86204

parent

9ee9ce7e140e31a829f540badb3ea122badc15f9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M client.cclient.c

@@ -411,7 +411,7 @@ sel->w = sw - 2;

sel->h = sh - 2 - bh; higher(sel); - resize(sel, False, TopLeft); + resize(sel, arrange == dofloat, TopLeft); sel->x = ox; sel->y = oy;