Skip to content

Use mouse scale instead of acceleration #192

@khokm

Description

@khokm

To disable acceleration and set a mouse scale with Coordinate Transformation Matrix i used this code under X:

export SCALE=0.5
xinput set-prop <mouse device> 'libinput Accel Speed' -1
xinput set-prop <mouse device> 'Coordinate Transformation Matrix' 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, $SCALE

In wayfire.ini, i can set mouse_cursor_speed = -1 in [input] section to disable acceleration. But i haven't found any options to set a scale. Is there any way to do this (also through wlroots or libinput maybe)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    easyIssues that do not require knowledge about the whole codebaselow-priorityIssues that aren't likely to be resolved soon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions