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 - Uli Schlachter (psychon)
----------
client.add_signal("new", function (c) c:add_signal("property::urgent", function
(cl) if cl.urgent then cl.urgent = false end) end)
This code executes a function whenever a new client object is created. That
function registers another function that executes whenever that client's urgent
property changes. This function in turn sets the urgent property to false if
its true.
So this effectively disables the urgent hint completely. To only do this for
specific clients, change the if to something like this (also untested, sorry, I
don't know which class/instance you want):
if cl.urgent and cl.instance = "foobar" then
This is untested and written ad hoc, I'm currently at work and can't properly
test this. If this causes problems for you, report back and I'll find the time
to test and fix this.
----------
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=553#comment1853
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].