package oxbow

  1. Overview
  2. Docs
Dynamic window manager for the river Wayland compositor

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=a182e6d368a65e6752771e41e651713f
sha512=020d2c7f9f4e06966ca56695e24eb0b41dd12500aa65d2cd9b56e03068bbb6ea7770de0a33c04f0d054bd474bee8c2b36bb46af86266c9823490e1bd0810c027

doc/oxbow.ipc/Oxbow_ipc/Command/Output/index.html

Module Command.OutputSource

Sourcemodule Swap : sig ... end
Sourcetype t =
  1. | Column_width of float Oxbow_core.Delta.t
  2. | Focus_logical of {
    1. dir : Oxbow_core.Direction.Logical.t;
    2. warp : bool option;
    }
  3. | Focus_spatial of {
    1. dir : Oxbow_core.Direction.Spatial.t;
    2. warp : bool option;
    }
  4. | Focus_match of {
    1. target : Oxbow_core.Target.Output.One.t;
    2. warp : bool option;
    }
  5. | Toggle_overview
  6. | Cycle_overview of {
    1. dir : Oxbow_core.Direction.Logical.t;
    2. until_release : string option;
    }
  7. | Swap of Swap.t
  8. | Label_add of {
    1. label : string;
    2. target : Oxbow_core.Target.Output.Any.t;
    }
  9. | Label_remove of {
    1. label : string;
    2. target : Oxbow_core.Target.Output.Any.t;
    }