diff --git a/simple/init.lua b/simple/init.lua index f8f9260..4e73678 100644 --- a/simple/init.lua +++ b/simple/init.lua @@ -658,7 +658,7 @@ awful.rules.rules = { -- Add titlebars to normal clients and dialogs { rule_any = { - type = { "normal" } + type = { "normal", "dialog" } }, properties = { titlebars_enabled = true } },