2016-07-02 07:39:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2016-11-17 21:21:39 +00:00
|
|
|
# Thinkpad x1 carbon
|
|
|
|
#synclient HorizTwoFingerScroll=1
|
2016-07-02 07:39:48 +00:00
|
|
|
|
2016-11-17 21:21:39 +00:00
|
|
|
# Calm down a bit - not sure if it helps
|
2016-07-02 07:39:48 +00:00
|
|
|
#synclient HorizHysteresis=50
|
|
|
|
#synclient VertHysteresis=50
|
|
|
|
|
2016-11-17 21:21:39 +00:00
|
|
|
#synclient VertScrollDelta=-111
|
|
|
|
#synclient HorizScrollDelta=-111
|
|
|
|
|
|
|
|
## # mouse speed
|
|
|
|
|
|
|
|
# XPS 13
|
|
|
|
# xinput set-prop "DLL0704:01 06CB:76AE Touchpad" "libinput Natural Scrolling Enabled" 1
|
|
|
|
|
|
|
|
# lenovo x1 carbon 2016
|
|
|
|
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1
|
|
|
|
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" -0.5
|