awful.tag: do not use arrange hooks
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2b80d94453
commit
24ca38f751
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue