awful.layout: arrange on tags list modification

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-04-17 23:56:54 +02:00
parent f9f5b2068b
commit 87c56359bc
1 changed files with 1 additions and 0 deletions

View File

@ -124,5 +124,6 @@ hooks.clients.register(function()
on_arrange(screen)
end
end)
hooks.tags.register(function(screen, tag, action) on_arrange(screen) end)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80