Skip to content
Wakterm docs

    Documentation

    wakterm14 sub-pages

    Download6 sub-pages

    Configuration13 sub-pages

    Full Config & Lua Reference

    • Config Options181 sub-pages
    • module: wakterm54 sub-pages
    • module: wakterm.color10 sub-pages
    • module: wakterm.gui7 sub-pages
    • module: wakterm.mux12 sub-pages
    • module: wakterm.plugin3 sub-pages
    • module: wakterm.procinfo4 sub-pages
    • module: wakterm.serde8 sub-pages
    • module: wakterm.time4 sub-pages
    • module: wakterm.url2 sub-pages
    • enum: KeyAssignment87 sub-pages
    • enum: CopyModeAssignment33 sub-pages
    • object: Color20 sub-pages
    • object: ExecDomain
    • object: LocalProcessInfo
    • object: MuxDomain8 sub-pages
    • object: MuxWindow11 sub-pages
    • object: MuxTab13 sub-pages
    • object: PaneInformation
    • object: TabInformation
    • object: SshDomain
    • object: SpawnCommand
    • object: Time3 sub-pages
    • object: TlsDomainClient
    • object: TlsDomainServer
    • object: Pane32 sub-pages
    • object: Window29 sub-pages
    • object: WslDomain
    • events: Gui2 sub-pages
    • events: Multiplexer2 sub-pages
    • events: Window12 sub-pages

    CLI Reference12 sub-pages

    Reference2 sub-pages

    Get Help4 sub-pages

    1. Wakterm docs
    2. Full Config & Lua Reference
    3. object: MuxWindow

    gui_window

    On this page
    1. window:gui_window()

    window:gui_window()#

    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.

    Edit this page
    Previousget_workspace Nextset_title