experimental tabs
This commit is contained in:
parent
33b5ea1f50
commit
b889665eb0
|
@ -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
|
||||||
|
gears.timer.delayed_call(function(active_region)
|
||||||
clear_tabbar(c)
|
clear_tabbar(c)
|
||||||
draw_tabbar(c.region)
|
draw_tabbar(c.region)
|
||||||
|
end, active_region)
|
||||||
end
|
end
|
||||||
end --|window became floating
|
end --|window became floating
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue