Make sure the input methods stay in the unmanaged layer
This commit is contained in:
parent
664963c0d6
commit
2565e03eb3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue