From 09bd681919ac68d9a9b2e1e507dfae7c4d668e21 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sun, 4 May 2025 09:16:54 +0800 Subject: [PATCH] opt: change default snap to disable --- config.conf | 4 ++-- src/config/preset_config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.conf b/config.conf index 582a602..eb0fade 100644 --- a/config.conf +++ b/config.conf @@ -49,8 +49,8 @@ sloppyfocus=1 warpcursor=1 focus_cross_monitor=0 focus_cross_tag=1 -enable_floating_snap=1 -snap_distance=80 +enable_floating_snap=0 +snap_distance=30 # keyboard repeat_rate=25 diff --git a/src/config/preset_config.h b/src/config/preset_config.h index 5e37709..a9f05e4 100644 --- a/src/config/preset_config.h +++ b/src/config/preset_config.h @@ -51,8 +51,8 @@ int scroller_focus_center = 0; int scroller_prefer_center = 0; int focus_cross_monitor = 0; int focus_cross_tag = 0; -int snap_distance = 80; -int enable_floating_snap = 1; +int snap_distance = 30; +int enable_floating_snap = 0; unsigned int swipe_min_threshold = 20;