From fb42fe42aba5cf3ec726f268488cb7e32e6ccfa3 Mon Sep 17 00:00:00 2001 From: Florian Schwarzl <102389009+FlorianSchwarzl@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:20:01 +0200 Subject: [PATCH] Configuring/Variables: fix default value of input:touchpad:tap-and-drag (#780) See Hyprland/src/config/ConfigManager.cpp --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 22d0452..dc92664 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -254,7 +254,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 | +| tap-and-drag | Sets the tap and drag mode for the touchpad | bool | true | #### Touchdevice