awful.layout: arrange on tags list modification
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f9f5b2068b
commit
87c56359bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue