A simple interactive tool to connect, pair, etc bluetooth devices via dmenu
Go to file
Alexander Bocken c18a45b38b MAJOR UPDATE: Improved reliability
removed unnecesarry temp files, cleaned up code via shellcheck.
Uses a hardcoded paired-devices list because bluetoothctl paired-devices
seems like utter garbage.
2020-06-08 21:29:02 +02:00
bt MAJOR UPDATE: Improved reliability 2020-06-08 21:29:02 +02:00
LICENSE Initial Project Version 2020-04-18 21:26:30 +02:00
Makefile renamed bthandler to bt, added hardcoded paired_devices file since "bluetoothctl paired-devices" seems unreliable 2020-06-07 20:56:01 +02:00
README.md fix formatting 2020-04-25 15:03:18 +02:00

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