awful.tag: do not use arrange hooks

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-05-18 17:20:31 +02:00
parent 2b80d94453
commit 24ca38f751
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ function withcurrent(c, startup)
end
-- Register standards hooks
hooks.arrange.register(history.update)
hooks.tags.register(history.update)
hooks.manage.register(withcurrent)
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80