From 88735ddbc769920326ffeaf7a0c01302bfbde235 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 25 Apr 2020 15:01:13 +0200 Subject: [PATCH] improved clarity of README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 516916e..40b0dc0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # bthandler -A simple interactive tool to connect to already paired devices, pair new ones, toggle basic settings for bluetooth devices via dmenu - -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) +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 +Edit the Makefile to reflect your preffered installation destination. Then, simply + +```bash +make install +```