nvidia: clarify hw cursors

This commit is contained in:
Vaxry 2024-08-15 18:26:35 +02:00
parent 52a473c501
commit ab3e1ad046
1 changed files with 4 additions and 2 deletions

View File

@ -92,9 +92,11 @@ cursor {
{{< callout type=warning >}} {{< callout type=warning >}}
Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated. Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated.
Do not set it in your configs. Use `cursor:no_hardware_cursors` instead, and enable `cursor:allow_dumb_copy`. Do not set it in your configs. Use `cursor:no_hardware_cursors` instead.
Please note this may cause small hitches whenever the cursor shape changes. If you want to try hardware cursors, you can enable them, but it will require also enabling `cursor:allow_dumb_copy` which
may cause small hitches whenever the cursor shape changes. If this is a problem on your system,
keep hardware cursors disabled.
{{< /callout >}} {{< /callout >}}