autoP :: Placer autoP' :: Size -> Placer
autoP
placer chooses a placement automatically. It is used e.g. in
shellF if no other layout is specified, so
that a programmer can write and run a first version of a program without
worrying about layout.
Other placers: horizontalP, matrixP et al.