remove requests_no_titlebar property check
This commit is contained in:
parent
9285a3292e
commit
d7ce63a0df
4
init.lua
4
init.lua
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue