From bc3607077290e268fb763ac12866abf5f53279e5 Mon Sep 17 00:00:00 2001 From: Tom Englund Date: Fri, 9 Aug 2024 19:33:10 +0200 Subject: [PATCH] Document sync_gsettings_theme in cursor (#743) it syncs gsettings with xcursor theme on theme load. --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 5696e49..41fbc20 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -419,6 +419,7 @@ _Subcategory `group:groupbar:`_ | name | description | type | default | | --- | --- | --- | --- | +| sync_gsettings_theme | sync xcursor theme with gsettings, it applies cursor-theme and cursor-size on theme load to gsettings making most CSD gtk based clients use same xcursor theme and size. | bool | true | | 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 |