diff options
| author | nic <ra@afu.re> | 2025-08-02 13:39:44 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-08-02 13:39:44 -0400 |
| commit | 26556aab6db74f59486860c55191ba4c550660f7 (patch) | |
| tree | 96353a90dcd02730744415fde5dc3de964638289 /config.def.h | |
| parent | 1696d1f667098a2774d8b6af1454f408209b0764 (diff) | |
unclutter.patch 2025-06-09 applied
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
