Revert "Disable titlebars on dialogs"

This reverts commit e689f17a56.
This commit is contained in:
Alice Gaudon 2020-10-02 18:33:27 +02:00
parent 37a94eb5ed
commit f3b9ffcaf9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
},