From a0581ef35740a9e9749af2e981761dd7e7a7b7ca Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Thu, 22 Apr 2021 15:38:26 -0500 Subject: [PATCH] Create trackball.md --- trackball.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 trackball.md diff --git a/trackball.md b/trackball.md new file mode 100644 index 0000000..e328022 --- /dev/null +++ b/trackball.md @@ -0,0 +1,9 @@ +# Trackballs +A selection of scripts to enhance trackball configs + +## All Tracksballs + +On linux you can easily change the sensitivty with the follow script, the first number is sensitivity(1-10) and the second is the accceleration (1-10), the acceleration is how fast it will speed up to be. + +```xset m 5 10``` +