From 852ec6dbde9e43efeec907daff1947946343cc85 Mon Sep 17 00:00:00 2001 From: phantamanta44 Date: Tue, 3 Oct 2023 11:57:32 +0200 Subject: [PATCH] Default awesomerc: don't add titlebars to windows that request no titlebar --- awesomerc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/awesomerc.lua b/awesomerc.lua index c598a3e08d..3baf3d2eae 100644 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -508,6 +508,7 @@ ruled.client.connect_signal("request::rules", function() -- @DOC_CSD_TITLEBARS@ id = "titlebars", rule_any = { type = { "normal", "dialog" } }, + except = { requests_no_titlebar = true }, properties = { titlebars_enabled = true } }