10 lines
178 B
Lua
10 lines
178 B
Lua
|
local titlebar_rule = {
|
||
|
id = 'titlebars',
|
||
|
rule_any = {
|
||
|
type = { 'normal', 'dialog' }
|
||
|
},
|
||
|
properties = { titlebars_enabled = true }
|
||
|
}
|
||
|
|
||
|
return titlebar_rule
|