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

Python API

Python documentation

libtmux.Window.next_layout

View as Markdown

Module
libtmux
Declared in
Window
Package
libtmux
Source
src/libtmux/window.py
Other languages
Ruby Lua TypeScriptRustGoJava.NETC++Swift
next_layout ( self ) → Window
method [source]
method [source]
next_layout

Cycle to the next layout via $ tmux next-layout.

>>> pane1 = window.active_pane >>> pane2 = window.split() >>> window.next_layout() Window(...)

In other ports Apply a window's next layout preset

0 declared, 0 inherited

Esc

Type to search.