From d7ce63a0df2ea38d31d7f3d48ef967a271373b47 Mon Sep 17 00:00:00 2001 From: BZ Date: Sat, 22 Oct 2022 11:15:10 +0200 Subject: [PATCH] remove requests_no_titlebar property check --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index e38e448..5f7f355 100644 --- a/init.lua +++ b/init.lua @@ -659,10 +659,6 @@ local function new(config) end local smart_border_titlebars = function(c) - if c.requests_no_titlebar then - return - end - local border_bg = wibox.widget.base.make_widget_declarative({ { widget = wibox.container.margin }, id = "border_bg",