renderer: add quirks:prefer_hdr to fix HDR activation for some clients (#12436)
This commit is contained in:
parent
2cadc8abab
commit
3cf0280b11
5 changed files with 40 additions and 0 deletions
|
|
@ -770,6 +770,8 @@ CConfigManager::CConfigManager() {
|
|||
|
||||
registerConfigVar("experimental:xx_color_management_v4", Hyprlang::INT{0});
|
||||
|
||||
registerConfigVar("quirks:prefer_hdr", Hyprlang::INT{0});
|
||||
|
||||
// devices
|
||||
m_config->addSpecialCategory("device", {"name"});
|
||||
m_config->addSpecialConfigValue("device", "sensitivity", {0.F});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue