I was trying to increase my mouse scrolling speed, I follow this guide link, but when I type this line:
x is 10 in this case
$ xinput list-props 10 | grep 'Scrolling Distance'
I didn't get this line as result:
Evdev Scrolling Distance (255): 1, 1, 1
And then I continued & type this line:
$ xinput set-prop 10 'Evdev Scrolling Distance' 10, 10, 10
And it said:
property 'Evdev Scrolling Distance' doesn't exist, you need to specify its type and format
Is there some package that I need to install first? thank you.