mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add cursor_zoom opts
This commit is contained in:
parent
2681956629
commit
0013145ae7
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,8 @@ Described [here](../Keywords#per-device-input-configs).
|
|||
| suppress_portal_warnings | disables warnings about incompatible portal implementations. | bool | false |
|
||||
| render_ahead_of_time | [Warning: buggy] starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false |
|
||||
| render_ahead_safezone | how many ms of safezone to add to rendering ahead of time. Recommended 1-2. | int | 1 |
|
||||
| cursor_zoom_factor | the factor to zoom by around the cursor. AKA. Magnifying glass. Minimum 1.0 (meaning no zoom) | float | 1.0 |
|
||||
| curzor_zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
||||
|
||||
# Binds
|
||||
|
||||
|
|
Loading…
Reference in a new issue