All translations
Appearance
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | }, { -- 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 <code>plasmashell</code> 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 |