bluetooth-autoconnect
bluetooth-autoconnect copied to clipboard
A linux command line tool to automatically connect to all paired and trusted bluetooth devices.
Pipewire
pulseaudio-bluetooth-autoconnect references pulseaudio in systemctl enable. If one is using pipewire then pulseaudio is not installed. Need to accommodate the "new kid on the block".
Add device inclusion/exclusion filter arguments, e.g.: `bluetooth-autoconnect [-d] --include ,` `bluetooth-autoconnect [-d] --exclude `
Fixes devices not reconnecting after resuming from sleep. See https://github.com/jrouleau/bluetooth-autoconnect/issues/13 and https://github.com/jrouleau/bluetooth-autoconnect/issues/22 `systemd-sleep` scripts are considered 'hacks' and should not be shipped in packages. Use a systemd service instead. See...