diff --git a/simple/init.lua b/simple/init.lua index 3159dd8..679cd76 100644 --- a/simple/init.lua +++ b/simple/init.lua @@ -653,7 +653,7 @@ awful.rules.rules = { -- Add titlebars to normal clients and dialogs { rule_any = { - type = { "normal", "dialog" } + type = { "normal" } }, properties = { titlebars_enabled = true } },