Wireless bt mouse change pointer speed everytime I connect it

So I’m using the Logi MX Master 3 as main mouse, it has a button to switch from one pc to another.
Every time I press this button to use my second PC, then press it again to go back to Manjaro the pointer speed is way higher, so I have to go into Settings > Mouse > Hit apply, and it’s fixed.

What can I do?

You have at least 2 options. Mind that these might only work under X11:

  • Set the pointer speed as a config in /etc/X11/xorg.conf.d
  • Make a script that sets the pointer speed using xinput set-prop, then make a udev rule that will trigger the script when your mouse is detected
1 Like