Ver Fonte

set client state to iconic on maprequest

Anselm R. Garbe há 18 anos atrás
pai
commit
8fda28be35
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      client.c

+ 1 - 0
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();