Translations:Tutorials/Using Other Window Managers with Plasma/84/he: Difference between revisions
Appearance
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
if c.type == "dock" -- לוח פלזמה
or c.type == "desktop" then -- שולחן עבודה פלזמה c.focusable = false c:tags(c.screen.tags) -- הצגה על כל התגיות מהמסך הזה.
end