From 26556aab6db74f59486860c55191ba4c550660f7 Mon Sep 17 00:00:00 2001 From: nic Date: Sat, 2 Aug 2025 13:39:44 -0400 Subject: unclutter.patch 2025-06-09 applied --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index dad37df..d4cde99 100644 --- a/config.def.h +++ b/config.def.h @@ -109,6 +109,8 @@ LIBINPUT_CONFIG_TAP_MAP_LMR -- 1/2/3 finger tap maps to left/middle/right */ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM; +static const int cursor_timeout = 5; + /* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */ #define MODKEY WLR_MODIFIER_ALT -- cgit v1.2.3