added a specialWorkspace anim leaf
This commit is contained in:
parent
f7c741317f
commit
10f529ada7
3 changed files with 6 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue