From 2495d835b4f446e36876e86c8bda45ea12826dee Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 18 Sep 2025 12:56:10 +0200 Subject: [PATCH] kitty: Slightly decrease click_interval to 0.4 Kitty's source code makes me believe that this is always 0.5s on X11. This decreases the delay when opening links. Link: https://github.com/kovidgoyal/kitty/blob/3482d084aef1/glfw/x11_window.c#L2360-L2363 --- .config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 4bdc0ba..4d3287d 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -630,7 +630,7 @@ mouse_hide_wait -1 #: If empty (default) select_by_word_characters will be used for both #: directions. -# click_interval -1.0 +click_interval 0.4 #: The interval between successive clicks to detect double/triple #: clicks (in seconds). Negative numbers will use the system default