14972986e3
This allows configuration for device specific settings - usually or perhaps exclusively hardware related. Supporting disabling laptop touchscreen, increasing laptop cursor speed, reversing the scroll direction of the laptop mouse.
5 lines
232 B
SYSTEMD
5 lines
232 B
SYSTEMD
# setup OSX style scrolling for desktop
|
|
xinput --set-prop 'PixArt Lenovo USB Optical Mouse' 'libinput Natural Scrolling Enabled' 1
|
|
|
|
# increase mouse speed
|
|
xinput --set-prop 'PixArt Lenovo USB Optical Mouse' 'libinput Accel Speed' 1
|