From: arg@10ksloc.org Date: Wed, 19 Jul 2006 11:30:18 +0000 (+0200) Subject: and another fix... X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=18be893b660025985508d6fcf5c9abdf42ce9929;ds=sidebyside and another fix... --- diff --git a/client.c b/client.c index 40e5b3c..9944a05 100644 --- a/client.c +++ b/client.c @@ -209,7 +209,7 @@ manage(Window w, XWindowAttributes *wa) diff = sw - c->fw; c->fx = random() % (diff ? diff : 1); - diff = sh - c->fh; + diff = sh - c->fh - bh; c->fy = random() % (diff ? diff : 1); c->border = 1;