mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Variables: add accel profile and scroll method
This commit is contained in:
parent
19eb8d0d72
commit
c4abd102e1
1 changed files with 2 additions and 0 deletions
|
@ -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 |
|
| 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 |
|
| 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 |
|
| 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 >}}
|
{{< hint type=info >}}
|
||||||
### Follow Mouse
|
### Follow Mouse
|
||||||
|
|
Loading…
Reference in a new issue