From 0dce80f1e3113bbb6809c1a3cb1b5caf01b0e69d Mon Sep 17 00:00:00 2001 From: Amy Bowersox Date: Wed, 11 Dec 2019 12:33:18 -0700 Subject: [PATCH] lengthen the click time --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 7f5dfe7..02f8c3e 100644 --- a/src/config.c +++ b/src/config.c @@ -70,7 +70,7 @@ static void init_defaults(void) Gconfig.python_loc = "/usr/bin/python3"; Gconfig.button_debounce = 100; Gconfig.sys_mq_length = 64; - Gconfig.click_time = 200; + Gconfig.click_time = 500; Gconfig.click_radius = 2; }