> I make a notification:
>
> $ echo "return naughty.notify({ text='foo', timeout=0 }).id" | awesome-client
>double 1234
>
> -- is there an easy way to destroy it?
>
Looks like I digged out some solution myself.
$ echo "for s=1,screen.count() do for p,x in
pairs(naughty.notifications[s]) do fo
Hi all!
Since Gentoo finally unmasked Awesome 3.5, I upgraded from 3.4 and
successfully went through upgrade troubles, excluding this funny
issue.
$ echo "naughty.notify({font = 'sans 8', title = 'Title', text = 'Some
message text', timeout = 0})" | awesome-client -
$ echo "naughty.notify({font =