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

From KDE UserBase Wiki
Revision as of 01:21, 22 October 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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