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

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 01:21, 22 October 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tutorials/Using Other Window Managers with Plasma)
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
   },

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