From 1e4c327529db65681e32db08c562135ee28d4690 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 19 Jul 2024 20:32:29 +0200 Subject: [PATCH] nv cursors --- pages/Configuring/Variables.md | 1 + pages/Nvidia/_index.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index fdb129c..1fe4809 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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 diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index 351939b..46b7a96 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -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 >}}