Class pinnacle.layout.builtin.Corner
: pinnacle.layout.LayoutGenerator
A layout generator that has one main corner window and a horizontal and vertical stack flanking it on the other two sides.
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.
corner_width_factor
corner_width_factor
: number
The proportion of the layout that the width of the corner window takes up.
corner_height_factor
corner_height_factor
: number
The proportion of the layout that the height of the corner window takes up.
corner_loc
corner_loc
: "top_left" | "top_right" | "bottom_left" | "bottom_right"
The location of the corner window.