bthandler/README.md

17 lines
472 B
Markdown
Raw Normal View History

2020-04-18 21:20:08 +02:00
# bthandler
2020-04-25 15:01:13 +02:00
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)
2020-04-25 15:03:18 +02:00
all via dmenu. Should be easily extendable by editing the `actions` string.
2020-04-18 21:48:34 +02:00
# Installation
2020-04-25 15:01:13 +02:00
Edit the Makefile to reflect your preffered installation destination. Then, simply
```bash
make install
```