mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
e5d3b2a25c
Step 1 starts a client and uses awful.rules to move it to a not-selected tag. Because this rule still has focus=true, this calls awful.ewmh.activate() via the request::activate signal. This function makes the client urgent because it is on a not-selected tag. Step 3 does the same thing, but also uses switchtotag=true. Now awful.ewmh.activate() doesn't make the client urgent because it successfully focused this client. However, the test was wrongly assuming that the client became urgent (copy&paste error? I don't know). The fix is of course not to require the client to become urgent. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
_runner.lua | ||
_wibox_helper.lua | ||
run.sh | ||
test-benchmark.lua | ||
test-focus.lua | ||
test-leak-client.lua | ||
test-leaks.lua | ||
test-spawn-snid.lua | ||
test-spawn.lua | ||
test-urgent.lua |