THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#1234 - Restore "raise" for new clients User who did this - Uli Schlachter (psychon) ---------- > Something changed and now new clients are not being raised. The behavior is > inconsistent with what most users expect. I can understand why it should be > possible to stop the raising, but it should be the default: Did you test that with the default config? Because in the default config, new clients should still get raised via awful.rules. The default rule that matches any client has focus = awful.client.focus.filter and awful.rules now focuses clients via emitting the request::activate signal which causes awful.ewmh to raise the client (but only if possible). However, this bug is still valid. Clients which awful.client.focus.filter "rejects" won't get raised. I am not sure if this matters much for c.type == desktop or c.type == dock, but it should definitely be a problem for splashes (dunno about any example) and unfocusable clients (e.g. xeyes). Also, the above "but only if possible" means that non-sticky clients on non-selected tags won't be raised. Dunno if that's much of a problem since they get marked as urgent... I would propose adding raise = true to the default rule. Daniel, what do you think? ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1234#comment3917 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
