From e689f17a561c56ab3c9fd4bcda9cc07c071204e7 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Fri, 2 Oct 2020 18:33:27 +0200 Subject: [PATCH] Disable titlebars on dialogs --- simple/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } },