Hi,

Am 18.09.2014 um 09:49 schrieb Fabian Furger:
[...]
> local cc = awful.client.urgent.get()
> if (cc ~= nil) then
>     urgent = tostring(cc.urgent)
>         naughty.notify({ text = cc.name .. urgent })
>         awesome.client.urgent.delete(cc)

Try cc.urgent = false. In contrast to awesome.client, this both exists and 
works.

>         urgent = tostring(cc.urgent)
>         naughty.notify({ text = cc.name .. urgent })
> end
[...]

Cheers,
Uli
-- 
- Buck, when, exactly, did you lose your mind?
- Three months ago. I woke up one morning married to a pineapple.
  An ugly pineapple... But I loved her.

-- 
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to