renderer: add cursor:zoom_disable_aa for controlling AA on zoom (#12025)
This commit is contained in:
parent
60529e810d
commit
e40873be51
3 changed files with 10 additions and 2 deletions
|
|
@ -1627,6 +1627,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "cursor:zoom_disable_aa",
|
||||
.description = "If enabled, when zooming, no antialiasing will be used (zoom will be pixelated)",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "cursor:enable_hyprcursor",
|
||||
.description = "whether to enable hyprcursor support",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue