variables: add use_cpu_buffer

This commit is contained in:
Vaxry 2024-11-14 20:18:12 +00:00
parent f64b73ffa4
commit fa8dd7dc26

View file

@ -456,7 +456,7 @@ _Subcategory `group:groupbar:`_
| enable_hyprcursor | whether to enable hyprcursor support | bool | true | | 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_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 | true | | hide_on_touch | Hides the cursor when the last input was a touch input until a mouse input is done. | bool | true |
| allow_dumb_copy | Makes HW cursors work on Nvidia, at the cost of a possible hitch whenever the image changes | bool | false | | use_cpu_buffer | Makes HW cursors use a CPU buffer. Required on Nvidia to have HW cursors. Experimental. | bool | false |
### Debug ### Debug