mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 11:40:02 +01:00
Document zoom_detached_camera (#1314)
This commit is contained in:
parent
50979ec80b
commit
39b4f2c566
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ _Subcategory `cursor:`_
|
||||||
| default_monitor | the name of a default monitor for the cursor to be set to on startup (see `hyprctl monitors` for names) | str | [[EMPTY]] |
|
| 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_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 |
|
| zoom_rigid | whether the zoom should follow the cursor rigidly (cursor is always centered if it can be) or loosely | bool | false |
|
||||||
|
| zoom_detached_camera | detach the camera from the mouse when zoomed in, only ever moving the camera to keep the mouse in view when it goes past the screen edges | bool | true |
|
||||||
| enable_hyprcursor | whether to enable hyprcursor support | bool | true |
|
| enable_hyprcursor | whether to enable hyprcursor support | bool | true |
|
||||||
| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | false |
|
| hide_on_key_press | Hides the cursor when you press any key until the mouse is moved. | bool | false |
|
||||||
| hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
|
| hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue