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; }