I set the mouse speed to the minimum value here:
But mouse speed is still very fast
You need to do this:
Check your current mouse speed:
xset q | grep -A 1 Pointer
You can see string like this:
Pointer Control:
acceleration: 2/1 threshold: 10
2/1
- how many times faster the cursor will move than the default speed.
Set new value:
xset m 1/2
1/2
- It's my settings. You can try other values: 1/3
, 1/4
, etc.
FavScripts.com is a free tool to save your favorite scripts and commands, then quickly find and copy-paste your commands with just few clicks.
Boost your productivity with FavScripts.com!