renderer/cm: Add automatic hdr (#9785)

This commit is contained in:
UjinT34
2025-06-23 15:33:09 +03:00
committed by GitHub
parent c7c8ca475b
commit cf7e3aa448
5 changed files with 94 additions and 68 deletions

View File

@@ -748,6 +748,7 @@ CConfigManager::CConfigManager() {
registerConfigVar("render:cm_fs_passthrough", Hyprlang::INT{2});
registerConfigVar("render:cm_enabled", Hyprlang::INT{1});
registerConfigVar("render:send_content_type", Hyprlang::INT{1});
registerConfigVar("render:cm_auto_hdr", Hyprlang::INT{1});
registerConfigVar("ecosystem:no_update_news", Hyprlang::INT{0});
registerConfigVar("ecosystem:no_donation_nag", Hyprlang::INT{0});