ctm: disable fade animation by default on nvidia

Fixes #8891, the nvidia driver dies when we spam CTM too much.
This commit is contained in:
vaxerski
2024-12-30 11:57:55 +01:00
parent cb211d83f6
commit 8c14c2a5f4
4 changed files with 34 additions and 0 deletions

View File

@@ -614,6 +614,7 @@ CConfigManager::CConfigManager() {
m_pConfig->addConfigValue("render:direct_scanout", Hyprlang::INT{0});
m_pConfig->addConfigValue("render:expand_undersized_textures", Hyprlang::INT{1});
m_pConfig->addConfigValue("render:xp_mode", Hyprlang::INT{0});
m_pConfig->addConfigValue("render:ctm_animation", Hyprlang::INT{2});
m_pConfig->addConfigValue("ecosystem:no_update_news", Hyprlang::INT{0});