Revert "Don't call "focus" hook in client_focus()"
This reverts commit 27f9c0177a
.
This commit broke code like the following because reading client.focus would
still return the previously focused client:
awful.client.focus.byidx(1)
if client.focus then client.focus:raise() end
This commit is contained in:
parent
5fafe8d0eb
commit
c73b1c8d4e
Loading…
Reference in New Issue