Adjust the speed of the mouse and touchpad on Ubuntu 16.04
#!/bin/bash | |
xset m 1/2 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
xset m 1/2 5 |