Translations:Tutorials/Using Other Window Managers with Plasma/83/en
Appearance
}, { -- 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