Add mouse tuning script
This commit is contained in:
parent
45a3c1a88a
commit
f44018ac87
1 changed files with 10 additions and 0 deletions
10
tune-mouse
Executable file
10
tune-mouse
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
synclient HorizTwoFingerScroll=1
|
||||
|
||||
x# Calm down a bit - not sure if it helps
|
||||
#synclient HorizHysteresis=50
|
||||
#synclient VertHysteresis=50
|
||||
|
||||
synclient VertScrollDelta=-111
|
||||
synclient HorizScrollDelta=-111
|
Loading…
Reference in a new issue