Mouse¶
Inherits |
Trackpoints are also considered mice.
Properties¶
Property |
Type |
Description |
Default |
|---|---|---|---|
motion_timeout |
time |
The time during which a motion trigger must be performed. If not, a press trigger will be started. If no press triggers are activated, all pressed mouse buttons will actually be pressed, after having been blocked previously. |
|
motion_threshold |
number |
For accurately determining the direction of swipe triggers. |
|
press_timeout |
time |
The time during which press triggers are not started in case the user presses more than one mouse button. Swipe and wheel trigger aren’t affected by this option. |
|
swipe.angle_tolerance |
number |
Angle tolerance for the Min: |
|
unblock_buttons_on_timeout |
bool |
Whether blocked mouse buttons should be pressed immediately on timeout. If false, they will be pressed and instantly released on button release. |
|
Description¶
In the Hyprland implementation, the delta is based on the pointer’s position and may be either unaccelerated or accelerated, depending on the device configuration.