renderer: add dpms animations (#11452)
This commit is contained in:
parent
3d4dc19412
commit
251288ec59
5 changed files with 64 additions and 15 deletions
|
|
@ -1007,6 +1007,7 @@ void CConfigManager::setDefaultAnimationVars() {
|
|||
m_animationTree.createNode("fadePopups", "fade");
|
||||
m_animationTree.createNode("fadePopupsIn", "fadePopups");
|
||||
m_animationTree.createNode("fadePopupsOut", "fadePopups");
|
||||
m_animationTree.createNode("fadeDpms", "fade");
|
||||
|
||||
// workspaces
|
||||
m_animationTree.createNode("workspacesIn", "workspaces");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue