i am rain

How to set where Windows Terminal initially opens and what size it is

To have Windows Terminal open in a standardized place:

    "initialPosition": "2581,0",
    "initialCols": 92,
    "initialRows": 70,

These settings work for a 3440 x 1440 monitor divided into 4 horizontal areas with the terminal in the right-most quarter.

My thanks to Microsoft Learn.