mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
2b298f5f96
Threads through a GuiPosition from mux window creation to allow it to be used when the corresponding gui window is created. SpawnCommand now has an optional position field to use for that purpose. ```lua wezterm.mux.spawn_window { position = { x = 10, y = 300, -- Optional origin to use for x and y. -- Possible values: -- * "ScreenCoordinateSystem" (this is the default) -- * "MainScreen" (the primary or main screen) -- * "ActiveScreen" (whichever screen hosts the active/focused window) -- * {Named="HDMI-1"} - uses a screen by name. See wezterm.gui.screens() -- origin = "ScreenCoordinateSystem" }, } ``` refs: https://github.com/wez/wezterm/issues/2976 |
||
---|---|---|
.. | ||
battery | ||
color-funcs | ||
filesystem | ||
json | ||
logging | ||
mux | ||
plugin | ||
procinfo-funcs | ||
share-data | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
time-funcs | ||
window-funcs | ||
README.md |
The crates in this directory provide modules and functions to wezterm's lua config file and interface.
They are registered into the lua config via env-bootstrap.
It is advantageous to build times to have multiple, smaller, crates.