This commit is contained in:
anakha 2021-07-06 14:16:13 -04:00
parent 607f026112
commit ca04ac9801
1 changed files with 6 additions and 2 deletions

View File

@ -221,9 +221,13 @@ local function move_to(location)
local tobe = {
region=get_client_info(client.focus).active_region
}
draw_tabbar(tobe.region)
draw_tabbar(is.region)
client.focus.region = tobe.region
gears.timer.delayed_call(function ()
client.focus.region = tobe.region
draw_tabbar(tobe.region)
end)
end --| redraw tabs and update meta
return