Add mouse acceleration option to libinput config options, because they weren't there before.

proudmuslim-dev 2021-03-24 18:49:16 -07:00
parent 836a26cde4
commit 3c6dfbd2d8

@ -250,6 +250,7 @@ input <device name> {
tap enabled
natural_scroll disabled
dwt enabled
accel_profile "flat" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat")
pointer_accel 0.5 # set mouse sensitivity (between -1 and 1)
}
```