Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.workspace.builder.ClassicWorkspaceBuilder.config_after_window

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

tmuxp.workspace.builder.ClassicWorkspaceBuilder.config_after_window ( self , window : Window , window_config : dict[str, t.Any] ) → None
method [source]
method [source]
tmuxp.workspace.builder.ClassicWorkspaceBuilder.config_after_window

Actions to apply to window after window and pane finished.

When building a tmux session, sometimes its easier to postpone things like setting options until after things are already structurally prepared.

Parameters
  • window ( Window ) – window to create panes for

  • window_config ( dict[str, t.Any] ) – config section for window

Esc

Type to search.