From: Anselm R. Garbe Date: Sat, 28 Jul 2007 15:25:44 +0000 (+0200) Subject: set client state to iconic on maprequest X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=8fda28be3576c9702c0323a5240bbc44c970f24e set client state to iconic on maprequest --- diff --git a/client.c b/client.c index 85b1af8..91eeff2 100644 --- a/client.c +++ b/client.c @@ -226,6 +226,7 @@ manage(Window w, XWindowAttributes *wa) { c->isfloating = (rettrans == Success) || c->isfixed; attach(c); attachstack(c); + setclientstate(c, IconicState); c->isbanned = True; focus(c); lt->arrange();