From d6e736aaf01b234e62e330e41135f47fe076a6d4 Mon Sep 17 00:00:00 2001 From: Alex David Date: Sat, 1 Mar 2025 23:01:34 -0800 Subject: Allow disabling tap-and-drag (#1107) * Allow disabling tap-and-drag Similar to https://github.com/YaLTeR/niri/pull/1088, this adds a new touchpad `drag` configuration option that configures tap-and-drag behavior. Currently tap-and-drag is always enabled when the `tap` setting is enabled, but other compositors allow setting this separately. * Update wiki/Configuration:-Input.md --------- Co-authored-by: Ivan Molodetskikh --- resources/default-config.kdl | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index d0f4398b..adeee2a5 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -25,6 +25,7 @@ input { tap // dwt // dwtp + // drag false // drag-lock natural-scroll // accel-speed 0.2 -- cgit