Class pinnacle.layout.builtin.MasterStack
: pinnacle.layout.LayoutGenerator
A layout generator that has one master area to one side and a stack of windows next to it.
Fields
outer_gaps
outer_gaps
: pinnacle.layout.Gaps
The gaps between the outer container and this layout.
inner_gaps
inner_gaps
: pinnacle.layout.Gaps
The gaps between windows within this layout.
master_factor
master_factor
: number
The proportion of the output the master area will take up.
master_side
master_side
: "left" | "right" | "top" | "bottom"
Which side the master area will be.
master_count
master_count
: integer
How many windows will be in the master area.
reversed
reversed
: boolean
Reverses the direction of window insertion i.e. new windows are inserted at the top of the master stack instead of at the bottom of the side stack.