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)
----------
> But it would not get special-cased like "focus" with awful.rules.apply, which
> gets handled in the end (in case that's a problem).
I think that was to avoid overwriting things like the border_color which
normally gets handled via the focus signal and could otherwise be overwritten
by awful.rules.
> Apart from that, is "raise" being handled as expected from a rule? It has not
> case in awful.rules, and normally you have to call `c:raise()`..?!
I had to look it up as well, but it works thanks to the following code in
awful.rules:
elseif type(c[property]) == "function" then
c[property](c, value)
So raise = true causes awful.rules to do c:raise(true) and the C code ignores
the extra argument (and you better don't try raise = false)
So if Emmanuel doesn't complain, I guess that this will be our first "real"
change to the default config since 3.5.2.
----------
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1234#comment3920
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].