awesomerc/configuration/rules/client/titlebars.lua

10 lines
178 B
Lua
Raw Normal View History

2021-05-25 17:37:29 +02:00
local titlebar_rule = {
id = 'titlebars',
rule_any = {
type = { 'normal', 'dialog' }
},
properties = { titlebars_enabled = true }
}
return titlebar_rule