package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oxbow_ipc.QuerySource

Sourcemodule Reply : sig ... end
Sourcetype t =
  1. | Focused
  2. | Input_devices of {
    1. pattern : string option;
    2. case : Oxbow_core.Pattern.Case.t;
    3. role : Oxbow_core.Input.Role.t option;
    }
  3. | Input_rules
  4. | Keymaps of {
    1. all : bool;
    }
  5. | Layouts of {
    1. output : string option;
    }
  6. | Outputs
  7. | Schemes of {
    1. output : string option;
    }
  8. | Seats
  9. | Tags of {
    1. output : string option;
    }
  10. | Window_rules
  11. | Windows of {
    1. filter : Oxbow_core.Window_match.t;
    }
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t