diff --git a/tabulous.lua b/tabulous.lua index 1b29cf5b2..414e35716 100644 --- a/tabulous.lua +++ b/tabulous.lua @@ -164,6 +164,7 @@ end -- Untab all clients in a tabbed display local function client_untab_all(tabindex) for i,c in pairs(tabbed[tabindex][2]) do + c:unhide() awful.hooks.userhook_call('untabbed', {c}) end