Translations:Tutorials/Using Other Window Managers with Plasma/82/en

From KDE UserBase Wiki

Following rules help Plasma to work as intended. Add these entries into awful.rules.rules 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
   },