https://gitlab.com/warningnonpotablewater/libinput-config
Clone the repo above.
git clone https://gitlab.com/warningnonpotablewater/libinput-config.git
sudo apt install meson libinput-dev
Create a /etc/libinput.conf
file
sudo vim /etc/libinput.con
To just adjust the scroll factor, add this. But you can modify a lot more things.
scroll-factor=0.8
meson build
cd build
ninja
sudo ninja install