[effects] Don't animate lockscreen via fadingpopups effects

Whilst unmanaged, it's clearly not a popup.
This commit is contained in:
David Edmundson 2021-09-22 13:14:49 +01:00
parent 4aebf0d730
commit d3318cde15

View file

@ -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"
];