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.
8 lines
295 B
SYSTEMD
8 lines
295 B
SYSTEMD
# setup OSX style scrolling for laptop
|
|
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
|
|
|
# increase cursor speed
|
|
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Accel Speed' 1
|
|
|
|
# disable touchscreen on laptop
|
|
xinput disable 'ELAN Touchscreen'
|