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