added a specialWorkspace anim leaf

This commit is contained in:
vaxerski
2022-08-26 11:26:23 +02:00
parent f7c741317f
commit 10f529ada7
3 changed files with 6 additions and 3 deletions

View File

@@ -199,6 +199,7 @@ void CConfigManager::setDefaultAnimationVars() {
// border
// workspaces
INITANIMCFG("specialWorkspace");
}
// init the values
@@ -225,6 +226,8 @@ void CConfigManager::setDefaultAnimationVars() {
CREATEANIMCFG("fadeOut", "fade");
CREATEANIMCFG("fadeSwitch", "fade");
CREATEANIMCFG("fadeShadow", "fade");
CREATEANIMCFG("specialWorkspace", "workspaces");
}
void CConfigManager::init() {