Hey everyone! I'm new to Linux and enjoying it so far, but there's one thing that's really bothering me. When I boot up my machine, if I log in too quickly, I have to wait around 5-10 seconds before my Bluetooth mouse (Logitech MX Master 3S) is usable. I'm using Garuda Linux, which is based on Arch. Is there a way to make the Bluetooth initialization happen faster, similar to how USB drivers work?
2 Answers
If you're using systemd (which you probably are), you can tweak some settings to get your Bluetooth to initialize before the GUI starts. Try using this command to edit the Bluetooth service: `sudo systemctl edit bluetooth.service`. Then, in the `[Unit]` section, you can add `Before=graphical.target` to make sure it starts earlier. This should help with the delay!
Always good to include your distro info and hardware details when asking for help! It makes it easier for folks to assist you better. Just a tip!
Edited my post to include that info. Thanks for the advice!
How can I check if I'm using systemd?