aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config/ConfigDescriptions.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-11-14 20:20:51 +0000
committerVaxry <[email protected]>2024-11-14 20:20:51 +0000
commit6f7280a6901aeba0fd1768ccf78fea152fe41f4f (patch)
treee34d3b143261f976ffdaeaf315bc5db3b28bc7ee /src/config/ConfigDescriptions.hpp
parent20031cea92417a852410827a5cdb4adbcaee4342 (diff)
downloadHyprland-6f7280a6901aeba0fd1768ccf78fea152fe41f4f.tar.gz
Hyprland-6f7280a6901aeba0fd1768ccf78fea152fe41f4f.zip
descriptions: add use_cpu_buffer
Diffstat (limited to 'src/config/ConfigDescriptions.hpp')
-rw-r--r--src/config/ConfigDescriptions.hpp4
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},
},