Jump to content

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

From KDE UserBase Wiki
Yaron (talk | contribs)
Created page with "if c.type == "dock" -- לוח פלזמה or c.type == "desktop" then -- שולחן עבודה פלזמה c.focusable = false c:tags(c.screen.tags) -- הצגה על כל התגיות מהמסך הזה. end"
 
(No difference)

Latest revision as of 11:16, 30 November 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tutorials/Using Other Window Managers with Plasma)
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

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

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

end