diff options
author | Vaxry <[email protected]> | 2024-11-14 20:20:51 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-11-14 20:20:51 +0000 |
commit | 6f7280a6901aeba0fd1768ccf78fea152fe41f4f (patch) | |
tree | e34d3b143261f976ffdaeaf315bc5db3b28bc7ee /src/config/ConfigDescriptions.hpp | |
parent | 20031cea92417a852410827a5cdb4adbcaee4342 (diff) | |
download | Hyprland-6f7280a6901aeba0fd1768ccf78fea152fe41f4f.tar.gz Hyprland-6f7280a6901aeba0fd1768ccf78fea152fe41f4f.zip |
descriptions: add use_cpu_buffer
Diffstat (limited to 'src/config/ConfigDescriptions.hpp')
-rw-r--r-- | src/config/ConfigDescriptions.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/ConfigDescriptions.hpp b/src/config/ConfigDescriptions.hpp index 27bc3c2d..969ec66f 100644 --- a/src/config/ConfigDescriptions.hpp +++ b/src/config/ConfigDescriptions.hpp @@ -1350,8 +1350,8 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = { .data = SConfigOptionDescription::SBoolData{true}, }, SConfigOptionDescription{ - .value = "cursor:allow_dumb_copy", - .description = "Makes HW cursors work on Nvidia, at the cost of a possible hitch whenever the image changes", + .value = "cursor:use_cpu_buffer", + .description = "Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. Experimental", .type = CONFIG_OPTION_BOOL, .data = SConfigOptionDescription::SBoolData{false}, }, |