From 0d2a7a46bd1bd63fa0e6dd5db471cba2ef49de9d Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Fri, 15 Aug 2025 12:05:06 +0800 Subject: [PATCH] opt: swipe_min_threshold default to 1 --- config.conf | 2 +- src/config/preset.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.conf b/config.conf index 6e4aaa0..7f59745 100644 --- a/config.conf +++ b/config.conf @@ -98,7 +98,7 @@ trackpad_natural_scrolling=0 disable_while_typing=1 left_handed=0 middle_button_emulation=0 -swipe_min_threshold=20 +swipe_min_threshold=1 # mouse # need relogin to make it apply diff --git a/src/config/preset.h b/src/config/preset.h index e2782ff..4d75449 100644 --- a/src/config/preset.h +++ b/src/config/preset.h @@ -69,7 +69,7 @@ int drag_tile_to_tile = 0; unsigned int cursor_size = 24; unsigned int cursor_hide_timeout = 0; -unsigned int swipe_min_threshold = 20; +unsigned int swipe_min_threshold = 1; int inhibit_regardless_of_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's