Wez Furlong
Wez Furlong
my fork was pending some changes to xcb that have subsequently been landed, so we should be able to get https://github.com/H-M-H/xcb-imdkit-rs/pull/2 merged now. I would suggest making your imdkit PR...
There's a lot of complexity here; as there can be multiple windows there would need to be a way to somehow identify each of them and remember their individual positions....
The docs are here: https://wezfurlong.org/wezterm/config/lua/config/initial_rows.html https://wezfurlong.org/wezterm/config/lua/config/initial_cols.html Would you mind sharing what you searched for so that I can make this easier to find for others in the future?
I adjusted the text in those pages so that searches for "window size" now show them as matching results.
I'm not sure if mdbook (the technology used to build the docs) allows for that kind of search result manipulation
> Should i make a new simple request for "initial_xpos" and "initial_ypos", which is all i would need to place the windows > with correct position and size? Yeah; specifying...
In `main` and the currently available nightly builds, the following features tick off a number of boxes here, if you want the ability to control the startup layout: * [wezterm.on("gui-startup")](https://wezfurlong.org/wezterm/config/lua/gui-events/gui-startup.html)...
Thanks for reporting this. This is fixed now in `main`.
Did you resize the window while that command was running?
I made a recording of the output from rustup. I haven't analyzed it yet; just attaching it here so I don't lose it before I get a chance to really...