[effects] Don't animate lockscreen via fadingpopups effects
Whilst unmanaged, it's clearly not a popup.
This commit is contained in:
parent
4aebf0d730
commit
d3318cde15
1 changed files with 4 additions and 2 deletions
|
@ -10,10 +10,12 @@
|
|||
"use strict";
|
||||
|
||||
var blacklist = [
|
||||
// The logout screen has to be animated only by the logout effect.
|
||||
// ignore black background behind lockscreen
|
||||
"ksmserver ksmserver",
|
||||
// The logout screen has to be animated only by the logout effect.
|
||||
"ksmserver-logout-greeter ksmserver-logout-greeter",
|
||||
|
||||
// The lockscreen isn't a popup window
|
||||
"kscreenlocker_greet kscreenlocker_greet",
|
||||
// KDE Plasma splash screen has to be animated only by the login effect.
|
||||
"ksplashqml ksplashqml"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue