mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
cursor: change inactive_timeout type from int to float (#744)
This commit is contained in:
parent
dc692e1e23
commit
86a85338c1
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ _Subcategory `group:groupbar:`_
|
||||||
| no_break_fs_vrr | disables scheduling new frames on cursor movement for fullscreen apps with VRR enabled to avoid framerate spikes (requires `no_hardware_cursors = true`) | bool | false |
|
| no_break_fs_vrr | disables scheduling new frames on cursor movement for fullscreen apps with VRR enabled to avoid framerate spikes (requires `no_hardware_cursors = true`) | bool | false |
|
||||||
| min_refresh_rate | minimum refresh rate for cursor movement when `no_break_fs_vrr` is active. Set to minimum supported refresh rate or higher | int | 24 |
|
| min_refresh_rate | minimum refresh rate for cursor movement when `no_break_fs_vrr` is active. Set to minimum supported refresh rate or higher | int | 24 |
|
||||||
| hotspot_padding | the padding, in logical px, between screen edges and the cursor | int | 1 |
|
| hotspot_padding | the padding, in logical px, between screen edges and the cursor | int | 1 |
|
||||||
| inactive_timeout | in seconds, after how many seconds of cursor's inactivity to hide it. Set to `0` for never. | int | 0 |
|
| inactive_timeout | in seconds, after how many seconds of cursor's inactivity to hide it. Set to `0` for never. | float | 0 |
|
||||||
| no_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false |
|
| no_warps | if true, will not warp the cursor in many cases (focusing, keybinds, etc) | bool | false |
|
||||||
| persistent_warps | When a window is refocused, the cursor returns to its last position relative to that window, rather than to the centre. | bool | false |
|
| persistent_warps | When a window is refocused, the cursor returns to its last position relative to that window, rather than to the centre. | bool | false |
|
||||||
| warp_on_change_workspace | If true, move the cursor to the last focused window after changing the workspace. | bool | false |
|
| warp_on_change_workspace | If true, move the cursor to the last focused window after changing the workspace. | bool | false |
|
||||||
|
|
Loading…
Reference in a new issue