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) local function floating_signal(c)
if c.floating then if c.floating then
if c.region then if c.region then
clear_tabbar(c) gears.timer.delayed_call(function(active_region)
draw_tabbar(c.region) clear_tabbar(c)
draw_tabbar(c.region)
end, active_region)
end end
end --|window became floating end --|window became floating