All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)Following rules help Plasma to work as intended.
Add these entries into <code>awful.rules.rules</code> table
{{Input|1=<nowiki>
{ -- General plasma rules
   rule_any = {
       class = {
           "plasmashell",
           "ksmserver-logout-greeter",
       },
   },
   properties = {
       floating = true,
       border_width = 0,
       titlebars = false, -- custom property to control titlebars
   },