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.core/Oxbow_core/Input_rule/Touchpad/index.html

Module Input_rule.TouchpadSource

Sourcetype t = {
  1. tap : bool option;
  2. tap_button_map : Button_map.t option;
  3. drag : bool option;
  4. drag_lock : Drag_lock.t option;
  5. three_finger_drag : Three_finger_drag.t option;
  6. dwt : bool option;
  7. dwtp : bool option;
  8. click_method : Click_method.t option;
  9. clickfinger_button_map : Button_map.t option;
  10. accel_profile : Accel_profile.t option;
  11. accel_speed : float option;
  12. natural_scroll : bool option;
  13. left_handed : bool option;
  14. middle_emulation : bool option;
  15. scroll_method : Scroll_method.t option;
  16. send_events : Send_events.t option;
  17. scroll_factor : float option;
}
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t
Sourceval empty : t
Sourceval merge : old:t -> new_:t -> t