diff --git a/content/Configuring/Variables.md b/content/Configuring/Variables.md index d558e88..f0aa55b 100644 --- a/content/Configuring/Variables.md +++ b/content/Configuring/Variables.md @@ -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]] | | 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_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 | | 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 |