animations: add workspace in/out configs
This commit is contained in:
parent
3e7325af57
commit
883463f9dd
3 changed files with 20 additions and 4 deletions
|
|
@ -471,7 +471,7 @@ std::string CAnimationManager::styleValidInConfigVar(const std::string& config,
|
|||
}
|
||||
|
||||
return "unknown style";
|
||||
} else if (config == "workspaces" || config == "specialWorkspace") {
|
||||
} else if (config.starts_with("workspaces") || config.starts_with("specialWorkspace")) {
|
||||
if (style == "slide" || style == "slidevert" || style == "fade")
|
||||
return "";
|
||||
else if (style.starts_with("slidefade")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue