mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
add cursor:persistent_warps (#677)
https://github.com/hyprwm/Hyprland/pull/6338
This commit is contained in:
parent
c78f9d58c5
commit
bd4d97c5b9
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ _Subcategory `group:groupbar:`_
|
|||
| 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 |
|
||||
| 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 |
|
||||
| default_monitor | the name of a default monitor for the cursor to be set to on startup (see `hyprctl monitors` for names) | str | [[EMPTY]] |
|
||||
| zoom_factor | the factor to zoom by around the cursor. Like a magnifying glass. Minimum 1.0 (meaning no zoom) | float | 1.0 |
|
||||
| zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
||||
|
|
Loading…
Reference in a new issue