diff --git a/simple/init.lua b/simple/init.lua index 8d3bede..3f09ce3 100644 --- a/simple/init.lua +++ b/simple/init.lua @@ -663,7 +663,7 @@ awful.rules.rules = { -- Add titlebars to normal clients and dialogs { rule_any = { - type = { "normal" } + type = { "normal", "dialog" } }, properties = { titlebars_enabled = true } },