set client state to iconic on maprequest
8fda28be
1 file(s) · +1 −0
| 226 | 226 | c->isfloating = (rettrans == Success) || c->isfixed; |
|
| 227 | 227 | attach(c); |
|
| 228 | 228 | attachstack(c); |
|
| 229 | + | setclientstate(c, IconicState); |
|
| 229 | 230 | c->isbanned = True; |
|
| 230 | 231 | focus(c); |
|
| 231 | 232 | lt->arrange(); |