Mouse Acceleration (Linux)
- This topic has 0 replies, 1 voice, and was last updated 4 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Mouse Acceleration (Linux)
1. su
2. apt install xinput
3. xinput --list --short
Find the ID number.
4. xinput --list-props "ID"
5. xinput --set-prop "ID" "libinput Accel Speed" 0.125
0.125 is a number for the acceleration that you want. You change this to whatever you want to use and the “libinput Accel Speed” part, might be different for you. You need to look in the list to find out what it is called for you, if it does not work.