Config.Accel
module Profile : sig ... end
val is_available : t -> bool
val speed : float setting
val accel_get_profiles : t -> Profile.t
val profile : Profile.t setting
type custom = {
ty : [ `Fallback | `Motion | `Scroll ];
step : float;
points : float list;
}
val set_accel : t -> [ `Flat | `Adaptive | `Custom of custom list ] -> Config_status.t