Default awesomerc: don't add titlebars to windows that request no titlebar
This commit is contained in:
parent
1b80f2de35
commit
27444831be
|
@ -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 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue