From 326b8f3de3ae2e91fe746f624ee1e626bf252b92 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 29 Apr 2023 13:20:59 +0100 Subject: [PATCH] add missing tap and drag --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 9e74a6b..d7927c1 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -181,6 +181,7 @@ _Subcategory `input:touchpad:`_ | clickfinger_behavior | Button presses with 1, 2, or 3 fingers will be mapped to LMB, RMB, and MMB respectively. This disables interpretation of clicks based on location on the touchpad. [libinput#clickfinger-behavior](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html#clickfinger-behavior) | bool | false | | tap-to-click | Tapping on the touchpad with 1, 2, or 3 fingers will send LMB, RMB, and MMB respectively. | bool | true | | drag_lock | When enabled, lifting the finger off for a short time while dragging will not drop the dragged item. [libinput#tap-and-drag](https://wayland.freedesktop.org/libinput/doc/latest/tapping.html#tap-and-drag) | bool | false | +| tap-and-drag | Sets the tap and drag mode for the touchpad | bool | false | {{< hint type=important >}} A subcategory is a nested category: