summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-06 13:56:17 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-06 13:56:17 -0700
commitcd027fdfd3feb43b9ce1ad6cefee4409612510e3 (patch)
tree1239a16013fffaabd61887c3922e5a463b7504e2 /config.def.h
parentbf668eccd36d17269859744e28b58b74706ee1f6 (diff)
Remove some sensetivity settings
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index b9dc55a..5c74491 100644
--- a/config.def.h
+++ b/config.def.h
@@ -81,9 +81,9 @@ static const int repeat_rate = 25;
static const int repeat_delay = 300;
/* Trackpad */
-static const int tap_to_click = 1;
-static const int tap_and_drag = 1;
-static const int drag_lock = 1;
+static const int tap_to_click = 0; // only click when actuating the trackpad
+static const int tap_and_drag = 0;
+static const int drag_lock = 0;
static const int natural_scrolling = 0;
static const int disable_while_typing = 1;
static const int left_handed = 0;