bthandler/README.md

13 lines
587 B
Markdown
Raw Normal View History

2020-04-18 21:20:08 +02:00
# bthandler
2020-04-18 21:30:09 +02:00
A simple interactive tool to connect to already paired devices, pair new ones, toggle basic settings for bluetooth devices via dmenu
2020-04-18 21:48:34 +02:00
2020-04-21 21:06:07 +02:00
If you have issues with your already paired devices not staying paired after reboots
```bash
chmod -R a+rwx /var/lib/bluetooth
```
might be a bit of a brute force way to solve the issue. [stackexchange thread about it](https://raspberrypi.stackexchange.com/questions/43648/bluetooth-devices-list-not-being-remembered-on-reboot)
2020-04-18 21:48:34 +02:00
# Installation
Edit the Makefile to reflect your preffered installation destination. Then, simply make install