1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-03 11:38:15 +03:00
wezterm/docs/config/lua/mux-window/gui_window.md
2022-08-07 13:26:59 -07:00

435 B

window:gui_window()

Since: 20220807-113146-c2fee766

Attempts to resolve this mux window to its corresponding Gui Window.

This may not succeed for a couple of reasons:

  • If called by the multiplexer daemon, there is no gui, so this will never succeed
  • If the mux window is part of a workspace that is not the active workspace

This method is the inverse of window:mux_window.