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": "2293,0",
    "initialCols": 124,
    "initialRows": 70,

My thanks to Microsoft Learn.