A quick tip here for when a bluetooth mouse takes a moment to react after not being used for a few seconds. Bluetooth autosuspend can be disabled with a negligible power consumption penalty by setting a kernel parameter on boot.
- Open
/etc/default/grub
for editing as root.
- Find the line with
GRUB_CMDLINE_LINUX_DEFAULT
and append btusb.enable_autosuspend=0
to the end.
- Save your changes.
- Run:
- Reboot.
This solution was found here and is confirmed as a fix for Manjaro.