Disable titlebars on dialogs

This commit is contained in:
Alice Gaudon 2020-10-02 18:33:27 +02:00
parent 2e0dc4f268
commit e689f17a56
1 changed files with 1 additions and 1 deletions

View File

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