Skip to content

Commit

Permalink
variables: add flip_x and flip_y for touchpad (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx authored Mar 3, 2025
1 parent 9421ffe commit 11c27e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11c27e7

Please sign in to comment.