awesomerc/configuration/rules/client/titlebars.lua

10 lines
180 B
Lua
Raw Normal View History

2021-05-25 17:37:29 +02:00
local titlebar_rule = {
2021-11-29 18:53:23 +01:00
id = "titlebars",
2021-05-25 17:37:29 +02:00
rule_any = {
2021-11-29 18:53:23 +01:00
type = { "normal", "dialog" },
2021-05-25 17:37:29 +02:00
},
2021-11-29 18:53:23 +01:00
properties = { titlebars_enabled = true },
2021-05-25 17:37:29 +02:00
}
return titlebar_rule