added powermenu

This commit is contained in:
Rene Kievits
2021-11-06 04:57:15 +01:00
parent 7843046d5b
commit b73cfe028a
35 changed files with 1060 additions and 251 deletions

View File

@@ -37,13 +37,14 @@ function _M.get(clientkeys, clientbuttons)
"pop-up"
}
},
properties = { floating = true }
properties = { floating = true, titlebars_enabled = true }
},
{
id = "titlebar",
rule_any = {
type = { "normal", "dialog" }
type = { "normal", "dialog", "modal", "utility" }
},
properties = { titlebars_enabled = false }
properties = { titlebars_enabled = true }
}
}
return rules