From c4abd102e169696516fb3cbf4b24b4f4ecf21c8d Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 5 Oct 2022 23:54:33 +0300 Subject: [PATCH] Variables: add accel profile and scroll method --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 915d7cf..4d7803b 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -122,6 +122,8 @@ _[More about Animations](../Animations)._ | force_no_accel | force no mouse acceleration, bypasses most of your pointer settings to get as raw of a signal as possible. | bool | false | | sensitivity | set the libinput sensitivity. This **HAS** to be from -1 to 1, or else it will be clamped. | float | 0.0 | | left_handed | switches RMB and LMB | bool | false | +| accel_profile | set the libinput acceleration profile. Can be one of `adaptive`, `flat`. | str | \[EMPTY\] +| scroll_method | set the libinput scroll method. Can be one of `2fg` (2 fingers), `edge`, `on_button_down`, `no_scroll`. | str | \[EMPTY\] {{< hint type=info >}} ### Follow Mouse