awful.autofocus: Handle sticky clients (#603)
Closes https://github.com/awesomeWM/awesome/pull/610. Fixes https://github.com/awesomeWM/awesome/issues/603. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
bd8e2d2ca8
commit
5cbd4402d9
|
@ -60,5 +60,6 @@ client.connect_signal("tagged", check_focus_delayed)
|
||||||
client.connect_signal("untagged", check_focus_delayed)
|
client.connect_signal("untagged", check_focus_delayed)
|
||||||
client.connect_signal("property::hidden", check_focus_delayed)
|
client.connect_signal("property::hidden", check_focus_delayed)
|
||||||
client.connect_signal("property::minimized", check_focus_delayed)
|
client.connect_signal("property::minimized", check_focus_delayed)
|
||||||
|
client.connect_signal("property::sticky", check_focus_delayed)
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue