I’ve tried a lot things that I found in the internet to get Manjaro (KDE Plasma) to get my bluetooth speakers automatically connected after login (that I’ve got to work), but when the computer goes to sleep an will be waked up i found no way to get this automatically connected again.
For startup after login, I’ve put a script into the KDE Autostart Menu, but this works only after reboot, I tried also to put this script into a service, also no success. Here my small script:
For resume from sleep I would not use a fixed sleep in autostart; it only runs at login. A cleaner test is a small user systemd unit triggered after suspend, or KDE’s power-management scripts if you prefer GUI tools. Before that, check whether Bluetooth itself is powered after wake with bluetoothctl show and whether the device is still trusted/paired with info F4:4E:FD:D0:60:21. If it is powered off after resume, the reconnect script is chasing the wrong problem.
Most Manjaro desktops will use NetworkManager, however, some Manjaro installations may use systemd-networkd, so the first thing to do might be to establish which you are using: