mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
Document sync_gsettings_theme in cursor (#743)
it syncs gsettings with xcursor theme on theme load.
This commit is contained in:
parent
ae08043321
commit
bc36070772
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue