Fixing Scroll Speed on Huawei Matebook 14S
sudo nano /etc/gdm3/custom.conf- uncomment
WaylandEnable=false - Run
xinputand look for which ID your Touchpad is.- in my case it's 16
↳ GXTP7863:00 27C6:01E0 Touchpad id=16 [slave pointer (2)]
- in my case it's 16
- Run
xinput --list-props 16(replace 16 with the ID you found above), look for "Synaptics Scrolling Distance" and not the ID of that- in my case it's 359
Synaptics Scrolling Distance (359): -180, -180
- in my case it's 359
- Run
xinput --set-prop 16 359 -180, -180(replace 16 and 359 with the IDs you found above) - The smaller the value (e.g. -200) the slower it will be (-100 in the other hand was too quick)