# Bluetoother ## Usage 1. Install the bluetooth software ```bash sudo apt-get -y install bluetooth bluez bluez-tools rfkill ``` 2. Find out your device's hardware MAC Address ```bash bluetoothctl scan on scan off exit ``` 2. Edit the script and input your hardware's MAC address 3. Run the script ```bash git clone https://github.com/grahamhelton/bluetoother chmod +x bluetoother ./bluetoother -> Bluetooth service enabled, trying to connect you... -> You're connected! ``` ## Running with keypress in I3 bindsym #Mod+shift+b exec /path/to/bluetoother ## References https://computingforgeeks.com/connect-to-bluetooth-device-from-linux-terminal/