Skip to content

🔧 Setup.

Lets start by installing Bluez (Bluetooth support) and Overskride (GUI):

bash
yay -Sy bluez overskride

After installing the required packages, we have to start the Bluetooth service:

bash
systemctl --user enable --now bluetooth.service

Now launch Overskride and there you have it.

Released under the GPLv3 License.