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. module: wakterm

    reload_configuration

    On this page
    1. wakterm.reload_configuration()

    wakterm.reload_configuration()#

    Immediately causes the configuration to be reloaded and re-applied.

    If you call this at the file scope in your config you will create an infinite loop that renders wakterm unresponsive, so don't do that!

    The intent is for this to be used from an event or timer callback function.

    Edit this page
    Previousread_dir Nextrun_child_process