all repos — dwm @ 8fda28be3576c9702c0323a5240bbc44c970f24e

my dwm build

set client state to iconic on maprequest
Anselm R. Garbe garbeam@gmail.com
Sat, 28 Jul 2007 17:25:44 +0200
commit

8fda28be3576c9702c0323a5240bbc44c970f24e

parent

a54cf2ecef2ca83441dccd454c694b92bca42a16

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

jump to
M client.cclient.c

@@ -226,6 +226,7 @@ if(!c->isfloating)

c->isfloating = (rettrans == Success) || c->isfixed; attach(c); attachstack(c); + setclientstate(c, IconicState); c->isbanned = True; focus(c); lt->arrange();