Fix disabled smart borders reappearing on moving the client

This commit is contained in:
OmegaRogue 2022-12-13 14:54:47 +01:00
parent d7ce63a0df
commit 031a3bbfee
No known key found for this signature in database
GPG Key ID: 118FA8EB46EA7B87
1 changed files with 4 additions and 0 deletions

View File

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