THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#553 - enable awesome to ignore urgency hints for certain windows/classes
User who did this - martin f. krafft (madduck)
----------
With Uli's help, I came up with the following:
{{{
function clear_urgency_flag(c)
if c.urgent then
c.urgent = false
end
end
client.add_signal("new", function (c)
c:add_signal("property::urgent", clear_urgency_flag)
end)
}}}
Unfortunately, this does not seem to inhibit the urgency flag. Maybe Dieter's
suggestion will be needed?
----------
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=553#comment1864
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].