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

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
   },