A simple interactive tool to connect, pair, etc bluetooth devices via dmenu
Alexander Bocken
c18a45b38b
removed unnecesarry temp files, cleaned up code via shellcheck. Uses a hardcoded paired-devices list because bluetoothctl paired-devices seems like utter garbage. |
||
---|---|---|
bt | ||
LICENSE | ||
Makefile | ||
README.md |
bthandler
A simple interactive tool to:
- connect to already paired devices
- pair new ones
- unpair already paired devices
- turn bluetooth on/off
- blacklist paired devices to not be listed in connection selection (useful for auto-connecting devices like some mice)
all via dmenu. Should be easily extendable by editing the actions
string.
Installation
Edit the Makefile to reflect your preffered installation destination. Then, simply
make install