package oxbow

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=a637acaa0e19046cd65fff733874eb97
sha512=76230cbecd7510de7a05b5d1f335915ef7b6c4aa557d8dbfd23591606618d2cfa25082d17b93f2f4b53a118d1cbf6a80e4ad51cf0f099b4921fb83d6df0c9801

doc/oxbow.ops/Oxbow_ops/Tiling/index.html

Module Oxbow_ops.TilingSource

arrange wm output tiles all non-floating windows on output according to output's currently viewed tags. Is a no-op if output is displaying a fullscreen window.

Effects: mutates WM state

Sourceval zoom : ?warp:bool -> Oxbow_state.Wm.t -> Oxbow_state.Seat.t -> Oxbow_state.Window.t -> (Yojson.Safe.t option, string) result

zoom ?warp wm seat window promotes window to the top of the stack if it is not already the master. If it is the master, promote and swap with the next window. The payload warp overrides the warp on focus configuration. Is Error msg when seat has no output or focused window, the focused window is not tiled, or no other tiled window exists.

Effects: mutates WM state