Spawn placeholder
Is it possible to spawn a (specific) placeholder exactly at the position at which a new window would spawn?
Currently, I used
i3-msg append_layout file
with file being
{
"name": "aa",
    "swallows": [
       {
          "class": "bb",
          "instance": "cc"
       }
    ],
    "type": "con"
}
However, this window spawns at the top-node of the workspace (i.e. on the very right/bottom).
Maybe there is another possibilty to create those handy placeholder windows?
