From f44018ac87e5f9e53f3c1dc9e6683e8409645f12 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 2 Jul 2016 16:39:48 +0900 Subject: [PATCH] Add mouse tuning script --- tune-mouse | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tune-mouse diff --git a/tune-mouse b/tune-mouse new file mode 100755 index 0000000..c1ea64d --- /dev/null +++ b/tune-mouse @@ -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