2019-05-13 17:40:21 +02:00
|
|
|
# natural scrolling - trackpad
|
2019-03-18 16:56:03 +01:00
|
|
|
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
|
|
|
|
2019-05-13 17:40:21 +02:00
|
|
|
# increase cursor speed - trackpad
|
2019-03-18 16:56:03 +01:00
|
|
|
xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Accel Speed' 1
|
|
|
|
|
2019-05-13 17:40:21 +02:00
|
|
|
# natural scrolling - mouse
|
|
|
|
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Natural Scrolling Enabled' 1
|
|
|
|
|
|
|
|
# increase cursor speed - mouse
|
|
|
|
xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Accel Speed' 1
|
|
|
|
|
2019-03-18 16:56:03 +01:00
|
|
|
# disable touchscreen on laptop
|
|
|
|
xinput disable 'ELAN Touchscreen'
|