X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;fp=client.c;h=91eeff2c996069f3486a421c926b851b82442adf;hp=85b1af82cbf008c66a9d3e7a1a3876a2bc0c8efc;hb=8fda28be3576c9702c0323a5240bbc44c970f24e;hpb=a54cf2ecef2ca83441dccd454c694b92bca42a16 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();