update
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
df2daf524d
commit
f140bbe81e
2 changed files with 2 additions and 11 deletions
13
tune-mouse
13
tune-mouse
|
@ -1,21 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Thinkpad x1 carbon
|
|
||||||
#synclient HorizTwoFingerScroll=1
|
|
||||||
|
|
||||||
# Calm down a bit - not sure if it helps
|
|
||||||
#synclient HorizHysteresis=50
|
|
||||||
#synclient VertHysteresis=50
|
|
||||||
|
|
||||||
#synclient VertScrollDelta=-111
|
|
||||||
#synclient HorizScrollDelta=-111
|
|
||||||
|
|
||||||
# XPS 13
|
# XPS 13
|
||||||
# xinput set-prop "DLL0704:01 06CB:76AE Touchpad" "libinput Natural Scrolling Enabled" 1
|
# xinput set-prop "DLL0704:01 06CB:76AE Touchpad" "libinput Natural Scrolling Enabled" 1
|
||||||
|
|
||||||
# lenovo x1 carbon 2016
|
# lenovo x1 carbon 2016
|
||||||
xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1
|
xinput set-prop "" "libinput Natural Scrolling Enabled" 1
|
||||||
# xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" -0.5
|
# xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Accel Speed" -0.5
|
||||||
|
|
||||||
# Dell Latitude 5285
|
# Dell Latitude 5285
|
||||||
#xinput set-prop "Alps Alps Touchpad Touchpad" "libinput Natural Scrolling Enabled" 1
|
#xinput set-prop "" "libinput Natural Scrolling Enabled" 1
|
||||||
|
|
Loading…
Reference in a new issue