Module Config.Floating

module Corner : sig ... end
type t = {
  1. width : int;
  2. height : int;
  3. corner : Corner.t;
  4. corner_pos : Corner.Position.t;
  5. zindex : int option;
  6. focusable : bool;
  7. border : Border.t option;
  8. title : Title.t option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t