Add cursor:invisible (#1157)

This commit is contained in:
Mozzarella32 2025-07-20 10:40:36 +00:00 committed by GitHub
parent 80e24f2b19
commit c5982c9578
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -500,6 +500,7 @@ Subcategory `cursor:`_
| name | description | type | default |
| --- | --- | --- | --- |
| invisible | don't render cursors | bool | false |
| 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. 0 - use hw cursors if possible, 1 - don't use hw cursors, 2 - auto (disable when tearing) | int | 2 |
| no_break_fs_vrr | disables scheduling new frames on cursor movement for fullscreen apps with VRR enabled to avoid framerate spikes (may require no_hardware_cursors = true) 0 - off, 1 - on, 2 - auto (on with content type 'game') | int | 2 |