I would like Leo to startup with its main window at a specific location (upper left corner at <x,y> == <245, 162>, size of <hor,ver> == <2315, 1276>).
How do I do that?
I am seeing various potentially relevant variables and names in the code, documentation, settings and command line arguments, such as
fixedwindow
fixed_window
fixedWindow
fixedWindowPosition
fixedWindowPositionData
windowPosition
--window-size=...
--session-restore
--session-save
including a comment in the change history for some release in 2018 that I vaguely recall reading that some of the above no longer mattered, and the above apparent conflicting naming of the {fixedwindow, fixed_window, fixedWindow} boolean that apparently must be True to enable the {fixedWindowPosition, fixedWindowPositionData} setting, and another comment that EKR was unsure whether the {--session-save, --session-restore} worked.
The only variation of this that I have half-way working in a command line argument of "--window-size=1276x2315", but that leaves the window in the wrong position, way too far to the left and down.
I am running the following version of Leo on Gentoo Linux, xfce, openrc, ...:
Leo 6.0-b1, master branch, build 445dfa149e 2019-06-18 09:45:56 -0500
I suspect that some of the {fixedwindow, fixed_window, fixedWindow} name variants are typos or obsolete names ... but that's just a guess.
Thanks!