nv cursors

This commit is contained in:
Vaxry 2024-07-19 20:32:29 +02:00
parent 37d2c6b134
commit 1e4c327529
2 changed files with 4 additions and 1 deletions

View File

@ -426,6 +426,7 @@ _Subcategory `group:groupbar:`_
| 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 | false |
| allow_dumb_copy | Makes HW cursors work on Nvidia, at the cost of a possible hitch whenever the image changes | bool | false |
### Debug

View File

@ -92,7 +92,9 @@ cursor {
{{< callout type=warning >}}
Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated.
Do not set it in your configs. Use `cursor:no_hardware_cursors` instead.
Do not set it in your configs. Use `cursor:no_hardware_cursors` instead, and enable `cursor:allow_dumb_copy`.
Please note this may cause small hitches whenever the cursor shape changes.
{{< /callout >}}