[effects/cubeslide] Always slide desktop window
This commit is contained in:
parent
ca1b5ea107
commit
9043c092f9
1 changed files with 3 additions and 0 deletions
|
@ -536,6 +536,9 @@ bool CubeSlideEffect::shouldAnimate(const EffectWindow* w) const
|
|||
return !dontSlidePanels;
|
||||
}
|
||||
if (w->isOnAllDesktops()) {
|
||||
if (w->isDesktop()) {
|
||||
return true;
|
||||
}
|
||||
if (!w->isManaged()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue