Default awesomerc: don't add titlebars to windows that request no titlebar

This commit is contained in:
phantamanta44 2023-10-03 11:57:32 +02:00 committed by Eve
parent 1b80f2de35
commit 27444831be
1 changed files with 1 additions and 0 deletions

View File

@ -508,6 +508,7 @@ ruled.client.connect_signal("request::rules", function()
-- @DOC_CSD_TITLEBARS@ -- @DOC_CSD_TITLEBARS@
id = "titlebars", id = "titlebars",
rule_any = { type = { "normal", "dialog" } }, rule_any = { type = { "normal", "dialog" } },
except = { requests_no_titlebar = true },
properties = { titlebars_enabled = true } properties = { titlebars_enabled = true }
} }