Translations:Tutorials/Using Other Window Managers with Plasma/83/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)

}, { -- KDE apps

   rule_any = {
       class = {
           "spectacle",
           "krunner"
       }
   },
   properties = {
       floating = true,
   }

}, </nowiki>}} Plasma widgets hide when they become unfocused. We do not want Desktop and Panel to be focusable, but want other plasmashell windows to remain focusable. A way to achieve this is with "manage" signal handler. An example handler: {{Input|1=<nowiki> client.connect_signal("manage", function(c) --... your config