experimental tabs

This commit is contained in:
anakha 2021-07-03 17:53:36 -04:00
parent 33b5ea1f50
commit b889665eb0
1 changed files with 4 additions and 2 deletions

View File

@ -736,8 +736,10 @@ end
local function floating_signal(c)
if c.floating then
if c.region then
clear_tabbar(c)
draw_tabbar(c.region)
gears.timer.delayed_call(function(active_region)
clear_tabbar(c)
draw_tabbar(c.region)
end, active_region)
end
end --|window became floating