remove requests_no_titlebar property check

This commit is contained in:
BZ 2022-10-22 11:15:10 +02:00
parent 9285a3292e
commit d7ce63a0df
1 changed files with 0 additions and 4 deletions

View File

@ -659,10 +659,6 @@ local function new(config)
end end
local smart_border_titlebars = function(c) local smart_border_titlebars = function(c)
if c.requests_no_titlebar then
return
end
local border_bg = wibox.widget.base.make_widget_declarative({ local border_bg = wibox.widget.base.make_widget_declarative({
{ widget = wibox.container.margin }, { widget = wibox.container.margin },
id = "border_bg", id = "border_bg",