experimental tabs
This commit is contained in:
parent
33b5ea1f50
commit
b889665eb0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue