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``` +