Make sure the input methods stay in the unmanaged layer

master
Aleix Pol 2020-08-06 16:20:00 +02:00 committed by Aleix Pol Gonzalez
parent 664963c0d6
commit 2565e03eb3
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ Layer AbstractClient::belongsToLayer() const
return UnmanagedLayer;
if (isLockScreen())
return UnmanagedLayer;
if (isInputMethod())
return UnmanagedLayer;
if (isDesktop())
return workspace()->showingDesktop() ? AboveLayer : DesktopLayer;
if (isSplash()) // no damn annoying splashscreens