mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
config: actually set initial beziers (#9400)
This commit is contained in:
committed by
GitHub
parent
5d2b008294
commit
40adb3dfb4
@@ -885,9 +885,9 @@ void CConfigManager::setDefaultAnimationVars() {
|
||||
m_AnimationTree.createNode("specialWorkspaceOut", "specialWorkspace");
|
||||
|
||||
// init the root nodes
|
||||
m_AnimationTree.setConfigForNode("global", 1, 8.f, "", "default");
|
||||
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "", "linear");
|
||||
m_AnimationTree.setConfigForNode("borderangle", 0, 0.f, "", "default");
|
||||
m_AnimationTree.setConfigForNode("global", 1, 8.f, "default");
|
||||
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "linear");
|
||||
m_AnimationTree.setConfigForNode("borderangle", 0, 1, "default");
|
||||
}
|
||||
|
||||
std::optional<std::string> CConfigManager::resetHLConfig() {
|
||||
|
Reference in New Issue
Block a user