Class pinnacle.layout.builtin.MasterStackOpts
Options for the master stack generator.
Fields
outer_gaps nullable
outer_gaps?
: pinnacle.layout.Gaps
The gaps between the outer container and this layout.
inner_gaps nullable
inner_gaps?
: pinnacle.layout.Gaps
The gaps between windows within this layout.
master_factor nullable
master_factor?
: number
The proportion of the output the master area will take up.
master_side nullable
master_side?
: "left" | "right" | "top" | "bottom"
Which side the master area will be.
master_count nullable
master_count?
: integer
How many windows will be in the master area.
reversed nullable
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.