From 11c27e7a79d01327ed8dc85eb3e1d00322c63b9a Mon Sep 17 00:00:00 2001 From: nyx Date: Mon, 3 Mar 2025 15:56:20 -0500 Subject: [PATCH] variables: add flip_x and flip_y for touchpad (#984) --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index c694773b..97df7dc3 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -278,6 +278,8 @@ _Subcategory `input:touchpad:`_ | 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 | true | +| flip_x | inverts the horizontal movement of the touchpad | bool | false | +| flip_y | inverts the vertical movement of the touchpad | bool | false | #### Touchdevice