awful.widget: tasklist to update on name changes
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
fba1a96737
commit
bd47652fe0
|
@ -253,7 +253,8 @@ function tasklist.new(label, buttons)
|
||||||
hooks.property.register(function (c, prop)
|
hooks.property.register(function (c, prop)
|
||||||
if prop == "urgent"
|
if prop == "urgent"
|
||||||
or prop == "floating"
|
or prop == "floating"
|
||||||
or prop == "icon" then
|
or prop == "icon"
|
||||||
|
or prop == "name" then
|
||||||
tasklist_update()
|
tasklist_update()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue