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.state/Oxbow_state/Init_script/index.html

Module Oxbow_state.Init_scriptSource

Sourcetype t = {
  1. pid : int;
}
Sourceval resolve : ?override_path:string -> unit -> string option

resolve ?override_path () is the resolved init-script path: 1. override_path if given 2. $XDG_CONFIG_HOME/oxbow/init 3. $HOME/.config/oxbow/init Only a path that exists and is executable counts; otherwise None.

Sourceval fork : cmd:string -> t

fork ~cmd runs cmd with /bin/sh -c cmd in a fresh session and returns the child pid.

Sourceval shutdown : t -> unit

shutdown script signals SIGTERM to the script's whole process group. Swallows ESRCH (already gone); warns on other errno (e.g. EPERM).