update
This commit is contained in:
parent
60677a2615
commit
f21a6535ec
2 changed files with 88 additions and 79 deletions
|
@ -88,7 +88,7 @@ awful.rules.rules = {
|
|||
properties = { screen = screen_chat, tag = "5" },
|
||||
},
|
||||
{
|
||||
rule_any = { class = { "Element" }, instance = { "element" } },
|
||||
rule_any = { class = { "Element", "SchildiChat" }, instance = { "element", "schildichat" } },
|
||||
properties = { screen = screen_chat, tag = "1" },
|
||||
},
|
||||
{
|
||||
|
@ -123,4 +123,8 @@ awful.rules.rules = {
|
|||
properties = { floating = true, size_hints_honor = true, focusable = false },
|
||||
},
|
||||
{ rule = { class = "Onboard" }, properties = { sticky = true, ontop = true, focusable = false } },
|
||||
{
|
||||
rule = { class = "zenity" },
|
||||
properties = { ontop = true, floating = true, placement = awful.placement.centered },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue