Module leftwm_layouts::layouts

source ·

Re-exports

Modules

Structs

  • Describes the columns of a layout. There are only 3 columns which are a fixed part of leftwm_layouts, those are main, stack, and second_stack.
  • Describes a layout or pattern in which tiles (windows) will be arranged. The Layout allows to describe various types of “fixed” layouts used by a dynamic tiling manager. Those include layouts like MainAndStack, Fibonacci, Dwindle, CenterMain, etc.
  • A helper struct that represents a set of layouts and provides convenience methods
  • Configurations concerning the main column
  • Configurations concerning the second_stack column
  • Configurations concerning the stack column