From b29b05a359e3b6fb1c7197ae6590c317397e25eb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Aug 2020 12:53:52 -0700 Subject: [PATCH] Drop match threshold on KDE log out entry needle OK, reducing the match area didn't help. So let's drop the threshold instead. Signed-off-by: Adam Williamson --- needles/kde/log_out_entry.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/needles/kde/log_out_entry.json b/needles/kde/log_out_entry.json index 619b4ae3..579974a2 100644 --- a/needles/kde/log_out_entry.json +++ b/needles/kde/log_out_entry.json @@ -3,6 +3,7 @@ { "height": 15, "type": "match", + "match": 90, "width": 52, "xpos": 77, "ypos": 283 @@ -12,4 +13,4 @@ "tags": [ "log_out_entry" ] -} \ No newline at end of file +}