From d839089b0e06b7d2d8c532c2d2f038bd4d5fd527 Mon Sep 17 00:00:00 2001 From: UjinT34 <41110182+UjinT34@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:43:56 +0300 Subject: [PATCH] Add mouse breaking vrr to variables (#681) option to fix mouse breaking vrr #6483 --- pages/Configuring/Variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index dd47664..be917a9 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -411,6 +411,8 @@ _Subcategory `group:groupbar:`_ | name | description | type | default | | --- | --- | --- | --- | | no_hardware_cursors | disables hardware cursors | 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 | | 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 |