libtmux Reference MCP Search
On this page

config.WindowConfig

View as Markdown

Module
config
Package
libtmux
Source
crates/tmux-workspace/src/config.rs
struct config.WindowConfig
structoverload [source]
structoverload [source]
struct config.WindowConfig

12 declared, 0 inherited

Members

  • environment attribute Environment variables set for the processes this window starts.
  • focus attribute Whether this window should end up selected.
  • layout attribute A tmux layout name or specification applied after the panes exist.
  • options attribute Window options to apply once the window exists.
  • panes attribute The panes to create, in order. The first is the window's own pane.
  • shell_command_before attribute Commands run in this window's panes before their own, in order.
  • start_directory attribute A working directory inherited by panes that do not set their own.
  • suppress_history attribute Whether this window's commands stay out of the shell's history.
  • unsupported_keys attribute Keys this parser recognized on the window but does not act on.
  • window_index attribute The window index to create at, or None for the first free one.
  • window_name attribute The window name, or None to let tmux choose.
  • window_shell attribute A command to run instead of the window's default shell.
Esc

Type to search.