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

From KDE UserBase Wiki
Revision as of 11:16, 30 November 2023 by Yaron (talk | contribs) (Created page with "if c.type == "dock" -- לוח פלזמה or c.type == "desktop" then -- שולחן עבודה פלזמה c.focusable = false c:tags(c.screen.tags) -- הצגה על כל התגיות מהמסך הזה. end")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

if c.type == "dock" -- לוח פלזמה

   or c.type == "desktop" then -- שולחן עבודה פלזמה
   c.focusable = false
   c:tags(c.screen.tags) -- הצגה על כל התגיות מהמסך הזה.

end