From 549d77187212a38f0d24d89e4e24bc65db8d761d Mon Sep 17 00:00:00 2001 From: Alexander Bocken <32177905+AlexBocken@users.noreply.github.com> Date: Sun, 28 Jun 2020 19:06:22 +0200 Subject: [PATCH 1/2] added new pending feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30f835c..aa8249a 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,4 @@ Here's a growing list of features that are not yet actively worked on but might - start scanning for new devices immediately at execution to save time when pairing new devices -> Implemented (I think, seems to be working at least) - auto-trust newly paired devices/trust device via dmenu -> Implemented changeable via the AUTOTRUST variable in the beginning of bt, menu display adjusts accordingly - blacklist devices via dmenu +- update bthandler internal paired devices list if something new shows up via `bluetoothctl paired-devices` not already listed in the paired devices file From 17c7c1c2b50c2f93e55edf965e705177f1e20547 Mon Sep 17 00:00:00 2001 From: Alexander Bocken <32177905+AlexBocken@users.noreply.github.com> Date: Sun, 28 Jun 2020 19:07:40 +0200 Subject: [PATCH 2/2] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8249a..bcecfea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A simple interactive tool to: all via dmenu. Should be easily extendable by editing the `actions` string. -cropped preview +cropped preview # Installation Edit the Makefile to reflect your preffered installation destination. Then, simply