improved clarity of README
This commit is contained in:
parent
e98df20ce9
commit
88735ddbc7
20
README.md
20
README.md
@ -1,12 +1,16 @@
|
|||||||
# bthandler
|
# bthandler
|
||||||
A simple interactive tool to connect to already paired devices, pair new ones, toggle basic settings for bluetooth devices via dmenu
|
A simple interactive tool to:
|
||||||
|
- connect to already paired devices
|
||||||
If you have issues with your already paired devices not staying paired after reboots
|
- pair new ones
|
||||||
```bash
|
- unpair already paired devices
|
||||||
chmod -R a+rwx /var/lib/bluetooth
|
- turn bluetooth on/off
|
||||||
```
|
- blacklist paired devices to not be listed in connection selection (useful for auto-connecting devices like some mice)
|
||||||
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)
|
|
||||||
|
|
||||||
|
all via dmenu. Should be easily extendable by editing the 'actions' string.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
Edit the Makefile to reflect your preffered installation destination. Then, simply make install
|
Edit the Makefile to reflect your preffered installation destination. Then, simply
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user