diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in index 2273d473d..0140e2223 100644 --- a/lib/awful/tag.lua.in +++ b/lib/awful/tag.lua.in @@ -234,6 +234,8 @@ function tag.history.restore(screen, idx) data.history[s].previous = setmetatable(sel, { __mode = 'v' }) -- remove the reverted history entry if i ~= "previous" then table.remove(data.history[s], i) end + + capi.screen[s]:emit_signal("tag::history::update") end --- Get a list of all tags on a screen