Translations:Tutorials/Using Other Window Managers with Plasma/84/en

From KDE UserBase Wiki

if c.type == "dock" -- Plasma Panel

   or c.type == "desktop" then -- Plasma Desktop
   c.focusable = false
   c:tags(c.screen.tags) -- show on all tags from this screen.

end