blob: 83ee8caaca1913ad092c34f79bf6897901b15d0e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# 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'
|